Skip to content

Commit ad997b4

Browse files
committed
Remove Remarks.dll in addition to the previous OptRemarks.dll
The latter has now been renamed.
1 parent 56ef08d commit ad997b4

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
@@ -22,7 +22,7 @@ MINGW*)
2222
esac
2323

2424
cd bin
25-
for i in bugpoint c-index-test clang-* diagtool dsymutil git-clang-format hmaptool ld64.lld llc lli llvm-* obj2yaml opt sancov sanstats scan-build scan-view verify-uselistorder wasm-ld yaml2obj libclang.dll LTO.dll OptRemarks.dll *.bat; do
25+
for i in bugpoint c-index-test clang-* diagtool dsymutil git-clang-format hmaptool ld64.lld llc lli llvm-* obj2yaml opt sancov sanstats scan-build scan-view verify-uselistorder wasm-ld yaml2obj libclang.dll LTO.dll *Remarks.dll *.bat; do
2626
basename=$i
2727
if [ -n "$EXEEXT" ]; then
2828
# Some in the list are expanded globs, some are plain names we list.

0 commit comments

Comments
 (0)