sync ports with The Matrix
This commit is contained in:
parent
ec769495ab
commit
f5034afcba
3108 changed files with 91999 additions and 80269 deletions
8
devel/llvm/files/llvm-wrapper.sh.in
Normal file
8
devel/llvm/files/llvm-wrapper.sh.in
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
tool=$0
|
||||
[ -L "$tool" ] && tool=$(/usr/bin/realpath $tool)
|
||||
tool=${tool##*/}
|
||||
tool="${TRUEPREFIX}/${LLVM_BASE}/bin/${tool%-${LLVM_MAJOR}}"
|
||||
LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+${LD_LIBRARY_PATH}:}${TRUEPREFIX}/${LLVM_BASE}/lib" \
|
||||
exec "${tool}" "${@}"
|
Loading…
Add table
Add a link
Reference in a new issue