File tree Expand file tree Collapse file tree
zorg/buildbot/builders/sanitizers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ function build_stage2 {
353353 cmake_options+=(" -DCMAKE_REQUIRED_FLAGS=-fno-sanitize=all" )
354354 cmake_options+=(" -DCMAKE_POSITION_INDEPENDENT_CODE=ON" )
355355
356- # Avoid .so and JIT .
356+ # Avoid .so.
357357 cmake_options+=(" -DBUILD_SHARED_LIBS=OFF" )
358358 cmake_options+=(" -DCLANG_LINK_CLANG_DYLIB=OFF" )
359359 cmake_options+=(" -DLIBCXX_ENABLE_SHARED=OFF" )
@@ -364,7 +364,6 @@ function build_stage2 {
364364 cmake_options+=(" -DLLVM_INCLUDE_EXAMPLES=OFF" )
365365 cmake_options+=(" -DLLVM_LINK_LLVM_DYLIB=OFF" )
366366 cmake_options+=(" -DLLVM_STATIC_LINK_CXX_STDLIB=ON" )
367- cmake_options+=(" -DLLVM_TOOL_LLVM_EXEGESIS_BUILD=OFF" )
368367
369368 # cmake_options+=("-DCMAKE_CXX_ARCHIVE_CREATE='<CMAKE_AR> crsT <TARGET> <LINK_FLAGS> <OBJECTS>'")
370369 # cmake_options+=("-DCMAKE_C_ARCHIVE_CREATE='<CMAKE_AR> crsT <TARGET> <LINK_FLAGS> <OBJECTS>'")
You can’t perform that action at this time.
0 commit comments