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

fix LLVM_DIR rewrite by LLVMConfig.cmake #1232

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Conversation

jumormt
Copy link
Contributor

@jumormt jumormt commented Oct 19, 2023

  • LLVM_DIR is overridden as LLVM_DIR/lib/cmake due to the configuration in LLVMConfig.cmake. We should reset LLVM_DIR as the root directory of LLVM if we want to use LLVM_DIR as before.
  • Use LLVM_DIR as a hint to find the path of Clang. This can ensure that the clang version used to build extapi.bc is consistent with the llvm library used in SVF.

@yuleisui yuleisui merged commit 4210fb8 into SVF-tools:master Oct 19, 2023
3 checks passed
@jumormt jumormt deleted the 10.19.2 branch December 6, 2023 03:01
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.

2 participants