mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-10 23:42:18 +00:00
add a pollycc script which will call clang with the right arg
This commit is contained in:
parent
c9101e3b87
commit
3a1affa7a8
2
debian/clang-3.2.install
vendored
2
debian/clang-3.2.install
vendored
@ -5,3 +5,5 @@ usr/lib/llvm-3.2/bin/clang-tblgen /usr/bin/
|
||||
tools/clang/tools/scan-build /usr/share/clang/
|
||||
tools/clang/tools/scan-view /usr/share/clang/
|
||||
#usr/share/man/man1/clang.1 usr/share/man/man1/
|
||||
debian/pollycc /usr/bin/
|
||||
|
||||
|
3
debian/pollycc
vendored
Executable file
3
debian/pollycc
vendored
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
clang -Xclang -load -Xclang /usr/lib/llvm-3.2/lib/LLVMPolly.so $@
|
Loading…
Reference in New Issue
Block a user