Skip to content

Commit 192a734

Browse files
committed
build-llvm: Stop looking for a build directory called build-noasserts
We stopped creating such a directory in 2018 in 81864b3.
1 parent 00abcdb commit 192a734

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build-llvm.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ if [ -n "$HOST" ]; then
150150
echo $(pwd)/llvm-project/llvm/build/bin
151151
elif [ -d llvm-project/llvm/build-asserts/bin ]; then
152152
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
155153
elif [ -n "$(which llvm-tblgen)" ]; then
156154
echo $(dirname $(which llvm-tblgen))
157155
fi

0 commit comments

Comments
 (0)