Audiovisart via llvm-dev
2019-May-14 19:25 UTC
[llvm-dev] Compiling llvm for 32-bits on macOS - some parts won't build for that arch
Hi, Due to this I ask how can I exclude TSan and possibly ESan runtimes from compiler-rt from being built? Also, I use -DLLVM_CREATE_XCODE_TOOLCHAIN=ON but no Toolchains is created, anybody has a clue why? TIA Mark
Shoaib Meenai via llvm-dev
2019-May-14 19:30 UTC
[llvm-dev] Compiling llvm for 32-bits on macOS - some parts won't build for that arch
For the first question, the COMPILER_RT_SANITIZERS_TO_BUILD CMake variable controls which sanitizers are built. Not sure about the second question, sorry. On 5/14/19, 12:25 PM, "llvm-dev on behalf of Audiovisart via llvm-dev" <llvm-dev-bounces at lists.llvm.org on behalf of llvm-dev at lists.llvm.org> wrote: Hi, Due to this I ask how can I exclude TSan and possibly ESan runtimes from compiler-rt from being built? Also, I use -DLLVM_CREATE_XCODE_TOOLCHAIN=ON but no Toolchains is created, anybody has a clue why? TIA Mark _______________________________________________ LLVM Developers mailing list llvm-dev at lists.llvm.org https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.llvm.org_cgi-2Dbin_mailman_listinfo_llvm-2Ddev&d=DwIGaQ&c=5VD0RTtNlTh3ycd41b3MUw&r=o3kDXzdBUE3ljQXKeTWOMw&m=Skl-3ZVSLtpoac38dJHJ2zcPAvdUMgKzA-9LkQIDLGU&s=L4gznBGXKSBkwMD5GBq_rhZAfC9M8e1PW85BDEVzbYs&e=
Francis Visoiu Mistrih via llvm-dev
2019-May-15 17:29 UTC
[llvm-dev] Compiling llvm for 32-bits on macOS - some parts won't build for that arch
Hi,> On May 14, 2019, at 12:25 PM, Audiovisart via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi, > > Due to this I ask how can I exclude TSan and possibly ESan runtimes from compiler-rt from being built? > Also, I use -DLLVM_CREATE_XCODE_TOOLCHAIN=ON but no Toolchains is created, anybody has a clue why?I am not entirely sure how that really works, but I have used it in the past like this: $ cmake -DLLVM_CREATE_XCODE_TOOLCHAIN=ON -DCMAKE_INSTALL_PREFIX=/some/install/path/ .. -G Ninja $ ninja install-xcode-toolchain Hope that helps, — Francis> > TIA > Mark > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev