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 340e2e7 commit 88bad0dCopy full SHA for 88bad0d
build-llvm.sh
@@ -234,6 +234,11 @@ else
234
fi
235
236
237
+if [ -n "$COMPILER_LAUNCHER" ]; then
238
+ CMAKEFLAGS="$CMAKEFLAGS -DCMAKE_C_COMPILER_LAUNCHER=$COMPILER_LAUNCHER"
239
+ CMAKEFLAGS="$CMAKEFLAGS -DCMAKE_CXX_COMPILER_LAUNCHER=$COMPILER_LAUNCHER"
240
+fi
241
+
242
if [ -n "$TARGET_WINDOWS" ]; then
243
# Custom, llvm-mingw specific defaults. We normally set these in
244
# the frontend wrappers, but this makes sure they are enabled by
0 commit comments