-
Notifications
You must be signed in to change notification settings - Fork 146
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
llvm 17 fixes #688
Conversation
} | ||
func_manager.doFinalization(); | ||
module_manager.run(*module); | ||
OptimizeBareModule(module, guide); |
There was a problem hiding this comment.
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
There was a problem hiding this 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
Co-authored-by: William Tan <[email protected]>
This reverts commit 6c727a5.
* 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
No description provided.