Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llvm 17 fixes #688

Merged
merged 37 commits into from
Oct 12, 2023
Merged

llvm 17 fixes #688

merged 37 commits into from
Oct 12, 2023

Conversation

2over12
Copy link
Contributor

@2over12 2over12 commented Sep 26, 2023

No description provided.

}
func_manager.doFinalization();
module_manager.run(*module);
OptimizeBareModule(module, guide);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what we want to do about this i dont see an easy way to do single function inlining anymore i guess we could probably manually call llvm::InlineFunction etc but that seems excessive for something only called in the trace lifter idk

@2over12 2over12 marked this pull request as ready for review October 4, 2023 00:28
@2over12 2over12 requested a review from pgoodman as a code owner October 4, 2023 00:28
@2over12 2over12 requested review from Ninja3047 and removed request for pgoodman October 4, 2023 00:52
Copy link
Collaborator

@Ninja3047 Ninja3047 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build stuff looks good
just a question about why the select case is removed

scripts/build.sh Show resolved Hide resolved
lib/BC/Util.cpp Show resolved Hide resolved
2over12 and others added 8 commits October 11, 2023 09:06
Co-authored-by: William Tan <[email protected]>
* Clear space and don't use cxx-common docker image

* Run on all PRs

* Fix perms

* Remove some unnecessary apt commands

* Install LLVM version as root

* Allow writing to external target

* Build before running tests

* Install with sudo

* Simplify with container volume mounts
@2over12 2over12 merged commit 0183248 into master Oct 12, 2023
5 checks passed
@2over12 2over12 deleted the ian/llvm-17 branch October 12, 2023 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants