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 56ef08d commit ad997b4Copy full SHA for ad997b4
strip-llvm.sh
@@ -22,7 +22,7 @@ MINGW*)
22
esac
23
24
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
+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
26
basename=$i
27
if [ -n "$EXEEXT" ]; then
28
# Some in the list are expanded globs, some are plain names we list.
0 commit comments