From 0373fd7d10fb5b23c86ebec2e932ea8f059f5b71 Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Fri, 25 Mar 2022 23:07:40 +0000 Subject: Clearly separate between LLVM, a bitcode compiler, and sanitizer compiler All three can be different but also provided by the same package. By separating the different use-cases, it allows to set them independently. --- scripts/build/p-clang-osx.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/build/p-clang-osx.inc') 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 -- cgit 1.4.1