Skip to content

Commit c357c01

Browse files
committed
[sanitizer] Don't use GCC
Currently compiler-rt built with LLVM_ENABLE_RUNTIMES uses fresh clang from source tree. So this GCC config just used to build clang, and not compiler-rt. The goal of this bot test compiler-rt, not the clang.
1 parent bc6e015 commit c357c01

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

zorg/buildbot/builders/sanitizers/buildbot_cmake.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ function build_and_test {
7979
ninja -C ${build_dir} check-compiler-rt || build_failure
8080
}
8181

82-
build_and_test "gcc" ""
83-
8482
CMAKE_COMMON_OPTIONS+=" ${STAGE1_AS_COMPILER}"
8583
CMAKE_COMMON_OPTIONS+=" -DLLVM_ENABLE_WERROR=ON"
8684

0 commit comments

Comments
 (0)