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 5ecaf6c commit c6c5b13Copy full SHA for c6c5b13
build-llvm.sh
@@ -188,6 +188,9 @@ if [ -n "$HOST" ]; then
188
if [ -x "$native/llvm-config$suffix" ]; then
189
CMAKEFLAGS="$CMAKEFLAGS -DLLVM_CONFIG_PATH=$native/llvm-config$suffix"
190
fi
191
+ if [ -x "$native/clang-pseudo-gen$suffix" ]; then
192
+ CMAKEFLAGS="$CMAKEFLAGS -DCLANG_PSEUDO_GEN=$native/clang-pseudo-gen$suffix"
193
+ fi
194
195
CROSS_ROOT=$(cd $(dirname $(which $HOST-gcc))/../$HOST && pwd)
196
CMAKEFLAGS="$CMAKEFLAGS -DCMAKE_FIND_ROOT_PATH=$CROSS_ROOT"
0 commit comments