We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c357c01 commit d1ce618Copy full SHA for d1ce618
zorg/buildbot/builders/sanitizers/buildbot_cmake.sh
@@ -99,6 +99,7 @@ FRESH_CLANG_PATH=${ROOT}/build_default/bin
99
100
echo @@@BUILD_STEP build standalone compiler-rt@@@
101
mkdir -p compiler_rt_build
102
+# Standalone build as in https://compiler-rt.llvm.org/
103
cmake -B compiler_rt_build -GNinja \
104
-DCMAKE_C_COMPILER=${FRESH_CLANG_PATH}/clang \
105
-DCMAKE_CXX_COMPILER=${FRESH_CLANG_PATH}/clang++ \
0 commit comments