Skip to content

Commit

Permalink
Update master.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-johnson committed Sep 30, 2024
1 parent a26f3f2 commit d2407bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ def get_llvm_cmake_definitions(builder_type):
definitions['LLVM_TARGETS_TO_BUILD'] += ";RISCV"

if builder_type.handles_sanitizers():
definitions['LLVM_ENABLE_RUNTIMES'] = "all"
definitions['LLVM_ENABLE_RUNTIMES'] = "compiler-rt;libcxx;libcxxabi;libunwind"
# We only need clang-tools-extra if building for sanitizers -- skip them
# if the builder will never do this, to save time & space.
definitions['LLVM_ENABLE_PROJECTS'] = "clang;lld;clang-tools-extra"
Expand Down

0 comments on commit d2407bb

Please sign in to comment.