mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-17 07:43:37 +00:00
4 lines
88 B
Bash
Executable File
4 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
|
|
clang -Xclang -load -Xclang /usr/lib/llvm-@LLVM_VERSION@/lib/LLVMPolly.so $@
|