llvm rebuild

This commit is contained in:
idriskalp
2020-03-26 04:13:24 +03:00
parent 087eb2bece
commit 680f920f24
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ NoStrip = ["/usr/lib/clang/%s/lib/linux" % get.srcVERSION()]
def setup(): def setup():
pisitools.ldflags.add("-fuse-ld=lld") #pisitools.ldflags.add("-fuse-ld=lld")
if get.buildTYPE() != "emul32": if get.buildTYPE() != "emul32":
if not shelltools.can_access_directory("tools/clang"): if not shelltools.can_access_directory("tools/clang"):
+2 -2
View File
@@ -32,7 +32,7 @@
<!-- Use new plugin-api.h header file from binutils to enable LLVM gold plugin --> <!-- Use new plugin-api.h header file from binutils to enable LLVM gold plugin -->
<Dependency>binutils</Dependency> <Dependency>binutils</Dependency>
<Dependency>llvm-clang</Dependency> <Dependency>llvm-clang</Dependency>
<Dependency>lld</Dependency> <!-- <Dependency>lld</Dependency> -->
<!-- <Dependency>lld</Dependency> --> <!-- <Dependency>lld</Dependency> -->
</BuildDependencies> </BuildDependencies>
</Source> </Source>
@@ -81,7 +81,7 @@
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib/libLLVM*.so</Path> <Path fileType="library">/usr/lib/libLLVM*.so</Path>
<Path fileType="library">/usr/lib/libLLVM*.so.9</Path> <Path fileType="library">/usr/lib/libLLVM*.so.*</Path>
<Path fileType="library">/usr/lib/LLVMgold.*</Path> <Path fileType="library">/usr/lib/LLVMgold.*</Path>
<Path fileType="library">/usr/lib/libLTO.*</Path> <Path fileType="library">/usr/lib/libLTO.*</Path>
<Path fileType="library">/usr/lib/libPolly*.so</Path> <Path fileType="library">/usr/lib/libPolly*.so</Path>