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

For the first question, the COMPILER_RT_SANITIZERS_TO_BUILD CMake variable controls which sanitizers are built. Not sure about the second question, sorry.

Hi,