Skip to content

Commit

Permalink
[sanitizer] Another try to fix the bot
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Nov 9, 2022
1 parent 34103a3 commit 5f14d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zorg/buildbot/builders/sanitizers/buildbot_qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ function configure_scudo_compiler_rt {
cmake \
${CMAKE_COMMON_OPTIONS} \
-DCOMPILER_RT_DEBUG=$DBG \
-DLLVM_CMAKE_DIR="$(readlink -f ${STAGE2_DIR})" \
-DLLVM_CMAKE_DIR="${COMPILER_BIN_DIR}/.." \
-DCMAKE_C_COMPILER=${COMPILER_BIN_DIR}/clang \
-DCMAKE_CXX_COMPILER=${COMPILER_BIN_DIR}/clang++ \
-DCOMPILER_RT_HAS_LLD=ON \
Expand Down

0 comments on commit 5f14d86

Please sign in to comment.