about summary refs log tree commit diff homepage
path: root/scripts/build/p-clang-osx.inc
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/p-clang-osx.inc')
-rw-r--r--scripts/build/p-clang-osx.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/build/p-clang-osx.inc b/scripts/build/p-clang-osx.inc
index e3634e5a..a0ef5a9d 100644
--- a/scripts/build/p-clang-osx.inc
+++ b/scripts/build/p-clang-osx.inc
@@ -18,7 +18,5 @@ setup_artifact_variables_clang() {
   BITCODE_CC="/usr/local/opt/llvm@${LLVM_VERSION_MAJOR}/bin/clang"
   BITCODE_CXX="/usr/local/opt/llvm@${LLVM_VERSION_MAJOR}/bin/clang++"
 
-  SANITIZER_C_COMPILER="${BITCODE_CC}"
-  SANITIZER_CXX_COMPILER="${BITCODE_CXX}"
   LLVM_CONFIG="/usr/local/opt/llvm@${LLVM_VERSION_MAJOR}/bin/llvm-config"
 }
\ No newline at end of file