llvm file paths fix

This commit is contained in:
Idris Kalp
2020-11-28 18:48:23 +03:00
parent f4a9e9c128
commit 2a5c54dfae
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import cmaketools
from pisi.actionsapi import get
projects = "clang;lld;mlir" if get.buildTYPE() == "emul32" else "clang;clang-tools-extra;lld;lldb;polly;compiler-rt;mlir"
projects = "clang;mlir" if get.buildTYPE() == "emul32" else "clang;clang-tools-extra;lld;lldb;polly;compiler-rt;mlir"
libdir = "/usr/lib32/llvm" if get.buildTYPE() == "emul32" else "/usr/lib/llvm"
lib = "lib32" if get.buildTYPE() == "emul32" else "lib"
libsuffix = "32" if get.buildTYPE() == "emul32" else " "
+8 -8
View File
@@ -87,13 +87,13 @@
<Path fileType="library">/usr/lib/LLVMgold.*</Path>
<Path fileType="library">/usr/lib/libLTO.*</Path>
<Path fileType="library">/usr/lib/libPolly.so*</Path>
<Path fileType="library">/usr/lib/LLVMPolly.so*</Path>
<Path fileType="library">/usr/lib/libPollyISL.so*</Path>
<Path fileType="library">/usr/lib/libPollyPPCG.so*</Path>
<Path fileType="library">/usr/lib/libRemarks.so*</Path>
<Path fileType="library">/usr/lib/libMLIR*.so*</Path>
<Path fileType="library">/usr/lib/libmlir*.so*</Path>
<Path fileType="library">/usr/lib/libPolly*</Path>
<Path fileType="library">/usr/lib/LLVMPolly*</Path>
<Path fileType="library">/usr/lib/libPolly*</Path>
<Path fileType="library">/usr/lib/libPolly*</Path>
<Path fileType="library">/usr/lib/libRemarks*</Path>
<Path fileType="library">/usr/lib/libMLIR*</Path>
<Path fileType="library">/usr/lib/libmlir*</Path>
<Path fileType="library">/usr/lib/bfd-plugins/LLVMgold.so</Path>
<Path fileType="data">/usr/share/licenses/llvm-libs/LICENSE</Path>
</Files>
@@ -148,7 +148,7 @@
<Path fileType="executable">/usr/bin/lld</Path>
<Path fileType="executable">/usr/bin/lld-link</Path>
<Path fileType="executable">/usr/bin/wasm-ld</Path>
<Path fileType="library">/usr/lib/liblldMachO2.so*</Path>
<Path fileType="library">/usr/lib/liblldMachO2*</Path>
<Path fileType="library">/usr/lib/liblldCOFF.*</Path>
<Path fileType="library">/usr/lib/liblldCommon.*</Path>
<Path fileType="library">/usr/lib/liblldCore.*</Path>