We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8338f43 commit 8d289a8Copy full SHA for 8d289a8
scripts/buildIGC.sh
@@ -100,7 +100,7 @@ cd workspace/igc
100
echo "[Build Status] IGC commit hash below:"
101
echo "[Build Status] All necessary repository Ready"
102
103
-CONFIG_VARS="-DIGC_OPTION__LLVM_MODE=Prebuilds -DIGC_OPTION__LLVM_PREFERRED_VERSION=$LLVM_VERSION_PREFERRED"
+CONFIG_VARS="-DIGC_OPTION__LLVM_MODE=Prebuilds -DIGC_OPTION__LLVM_PREFERRED_VERSION=$LLVM_VERSION_PREFERRED -DCCLANG_BUILD_PREBUILDS"
104
case $COMPILER in
105
"clang")
106
CONFIG_VARS="$CONFIG_VARS -DCMAKE_C_COMPILER=clang-$LLVM_VERSION -DCMAKE_CXX_COMPILER=clang++-$LLVM_VERSION"
0 commit comments