Skip to content

Commit 75dc6fd

Browse files
committed
strip-llvm: Strip out the new amdgpu-arch and nvptx-arch executables
These weren't present in LLVM 15.x.
1 parent 9e612d7 commit 75dc6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strip-llvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ MINGW*)
5252
esac
5353

5454
cd bin
55-
for i in bugpoint c-index-test clang-* clangd diagtool dsymutil find-all-symbols git-clang-format hmaptool ld64.lld* llc lldb-* lli llvm-* modularize obj2yaml opt pp-trace sancov sanstats scan-build scan-view split-file verify-uselistorder wasm-ld yaml2obj libclang.dll *LTO.dll *Remarks.dll *.bat; do
55+
for i in amdgpu-arch bugpoint c-index-test clang-* clangd diagtool dsymutil find-all-symbols git-clang-format hmaptool ld64.lld* llc lldb-* lli llvm-* modularize nvptx-arch obj2yaml opt pp-trace sancov sanstats scan-build scan-view split-file verify-uselistorder wasm-ld yaml2obj libclang.dll *LTO.dll *Remarks.dll *.bat; do
5656
basename=$i
5757
if [ -n "$EXEEXT" ]; then
5858
# Some in the list are expanded globs, some are plain names we list.

0 commit comments

Comments
 (0)