search for: binrt

Displaying 1 result from an estimated 1 matches for "binrt".

Did you mean: bin_t
2016 Jan 22
2
Clang 3.8 fails with asan enabled
...llvm-project/compiler-rt/tags/RELEASE_380/rc1/ compiler-rt cd ../.. mkdir build bin cd build cmake -G Ninja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../bin -DLLVM_TARGETS_TO_BUILD=X86 ../llvm/ -DLLVM_ENABLE_ASSERTIONS=ON ninja ninja install mkdir buildrt binrt cd buildrt # Build clang with sanitizer with clang we just built: cmake -G Ninja -DCMAKE_CXX_COMPILER=../bin/bin/clang++ -DCMAKE_C_COMPILER=../bin/bin/clang -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../binrt -DLLVM_TARGETS_TO_BUILD=X86 ../llvm/ -DLLVM_ENA...