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 00abcdb commit 192a734Copy full SHA for 192a734
build-llvm.sh
@@ -150,8 +150,6 @@ if [ -n "$HOST" ]; then
150
echo $(pwd)/llvm-project/llvm/build/bin
151
elif [ -d llvm-project/llvm/build-asserts/bin ]; then
152
echo $(pwd)/llvm-project/llvm/build-asserts/bin
153
- elif [ -d llvm-project/llvm/build-noasserts/bin ]; then
154
- echo $(pwd)/llvm-project/llvm/build-noasserts/bin
155
elif [ -n "$(which llvm-tblgen)" ]; then
156
echo $(dirname $(which llvm-tblgen))
157
fi
0 commit comments