File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ set (LIBCXX_ENABLE_STD_MODULES ON CACHE BOOL "" ) # TODO MODULES Remove when enabled automatically.
1
2
set (LIBCXX_HARDENING_MODE "safe" CACHE STRING "" )
Original file line number Diff line number Diff line change @@ -505,8 +505,11 @@ steps:
505
505
- " **/test-results.xml"
506
506
- " **/*.abilist"
507
507
env :
508
- CC : " clang-${LLVM_HEAD_VERSION}"
509
- CXX : " clang++-${LLVM_HEAD_VERSION}"
508
+ # Note: Modules require an absolute path for `clang-scan-deps` (see
509
+ # https://github.com/llvm/llvm-project/issues/61006).
510
+ CC : " /usr/lib/llvm-${LLVM_HEAD_VERSION}/bin/clang"
511
+ CXX : " /usr/lib/llvm-${LLVM_HEAD_VERSION}/bin/clang++"
512
+ CMAKE : " /opt/bin/cmake"
510
513
ENABLE_CLANG_TIDY : " On"
511
514
agents :
512
515
queue : " libcxx-builders"
You can’t perform that action at this time.
0 commit comments