Displaying 1 result from an estimated 1 matches for "rakur".
Did you mean:
rakar
2020 Nov 05
1
How to use mainline clang/llvm with CMake
...${LLVM_INSTALL_PATH}/_install/Toolchains/LLVM12.0.0git.xctoolchain/usr/include/c++/v1
Though the compilation works, the link stage fails, as I couldn't set the path to newly built LLVM libcxx/libcxxabi.
Could some one please tell what is the correct way to use mainline LLVM in CMake?
Thanks.
Rakur.
PS:
Complete verbose compile logs are available at https://pastebin.com/p3U2EQ1h
Im adding excerpt of compile/link commands and output logs below in this mail too.
It produces the following compilation command:
/Users/user/workspace/github/clang_build/manual/llvm-project/_install/Toolchains/LLVM...