Skip to content

Commit d1ce618

Browse files
committed
[NFC][sanitizer] Add comment
1 parent c357c01 commit d1ce618

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zorg/buildbot/builders/sanitizers/buildbot_cmake.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ FRESH_CLANG_PATH=${ROOT}/build_default/bin
9999

100100
echo @@@BUILD_STEP build standalone compiler-rt@@@
101101
mkdir -p compiler_rt_build
102+
# Standalone build as in https://compiler-rt.llvm.org/
102103
cmake -B compiler_rt_build -GNinja \
103104
-DCMAKE_C_COMPILER=${FRESH_CLANG_PATH}/clang \
104105
-DCMAKE_CXX_COMPILER=${FRESH_CLANG_PATH}/clang++ \

0 commit comments

Comments
 (0)