mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
LLVM: Add remaining binaries as shims (#448)
This PR adds the remaining binaries in LLVM's bin directory as shims.
This commit is contained in:
parent
143f09524c
commit
6b233b84dd
@ -21,6 +21,7 @@
|
|||||||
"bin\\clang-check.exe",
|
"bin\\clang-check.exe",
|
||||||
"bin\\clang-cl.exe",
|
"bin\\clang-cl.exe",
|
||||||
"bin\\clang-cpp.exe",
|
"bin\\clang-cpp.exe",
|
||||||
|
"bin\\clang-doc.exe",
|
||||||
"bin\\clang-extdef-mapping.exe",
|
"bin\\clang-extdef-mapping.exe",
|
||||||
"bin\\clang-format.exe",
|
"bin\\clang-format.exe",
|
||||||
"bin\\clang-import-test.exe",
|
"bin\\clang-import-test.exe",
|
||||||
@ -30,6 +31,7 @@
|
|||||||
"bin\\clang-refactor.exe",
|
"bin\\clang-refactor.exe",
|
||||||
"bin\\clang-rename.exe",
|
"bin\\clang-rename.exe",
|
||||||
"bin\\clang-reorder-fields.exe",
|
"bin\\clang-reorder-fields.exe",
|
||||||
|
"bin\\clang-scan-deps.exe",
|
||||||
"bin\\clang-tidy.exe",
|
"bin\\clang-tidy.exe",
|
||||||
"bin\\clang.exe",
|
"bin\\clang.exe",
|
||||||
"bin\\clangd.exe",
|
"bin\\clangd.exe",
|
||||||
@ -41,14 +43,18 @@
|
|||||||
"bin\\lld-link.exe",
|
"bin\\lld-link.exe",
|
||||||
"bin\\lld.exe",
|
"bin\\lld.exe",
|
||||||
"bin\\lldb-argdumper.exe",
|
"bin\\lldb-argdumper.exe",
|
||||||
|
"bin\\lldb-instr.exe",
|
||||||
"bin\\lldb-mi.exe",
|
"bin\\lldb-mi.exe",
|
||||||
"bin\\lldb-vscode.exe",
|
"bin\\lldb-vscode.exe",
|
||||||
"bin\\lldb.exe",
|
"bin\\lldb.exe",
|
||||||
"bin\\llvm-ar.exe",
|
"bin\\llvm-ar.exe",
|
||||||
"bin\\llvm-lib.exe",
|
"bin\\llvm-lib.exe",
|
||||||
|
"bin\\llvm-nm.exe",
|
||||||
|
"bin\\llvm-objcopy.exe",
|
||||||
"bin\\llvm-objdump.exe",
|
"bin\\llvm-objdump.exe",
|
||||||
"bin\\llvm-ranlib.exe",
|
"bin\\llvm-ranlib.exe",
|
||||||
"bin\\llvm-rc.exe",
|
"bin\\llvm-rc.exe",
|
||||||
|
"bin\\llvm-symbolizer.exe",
|
||||||
"bin\\modularize.exe",
|
"bin\\modularize.exe",
|
||||||
"bin\\scan-build.bat",
|
"bin\\scan-build.bat",
|
||||||
"bin\\wasm-ld.exe"
|
"bin\\wasm-ld.exe"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user