You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the reason is that I don't have a single LLVM library (LLVM CMAKE option LLVM_BUILD_LLVM_DYLIB) but individual component libraries. I added clangAST to the list of names, and that build seems to go through. Is that a reasonable way of enabling builds against LLVM without a single shared library?
The text was updated successfully, but these errors were encountered:
I am trying to build against a pre-installed LLVM and CMake errors out here:
binder/source/CMakeLists.txt
Lines 53 to 59 in 5a66684
I believe the reason is that I don't have a single LLVM library (LLVM CMAKE option
LLVM_BUILD_LLVM_DYLIB
) but individual component libraries. I addedclangAST
to the list of names, and that build seems to go through. Is that a reasonable way of enabling builds against LLVM without a single shared library?The text was updated successfully, but these errors were encountered: