Displaying 1 result from an estimated 1 matches for "clangapplyreplacements".
2019 Jan 09
4
Problems trying to build LLVM
...t, I discovered that I need the Z3 theorem prover. Unsure why this
problem did not show up before. Second, I'm running into many errors like
this:
CMake Error at cmake/modules/AddLLVM.cmake:570 (target_link_libraries):
Attempt to add link library "clangAST" to target
"clangApplyReplacements"
which is not built in this directory.
Call Stack (most recent call first):
tools/clang/cmake/modules/AddClang.cmake:86 (llvm_add_library)
tools/extra/clang-apply-replacements/CMakeLists.txt:5
(add_clang_library)
Getting LLVM installed is proving much more problematic th...