Merge pull request #8226 from IdrisKalp/master

llvm rebuild
This commit is contained in:
Idris Kalp
2020-03-26 04:15:12 +03:00
committed by GitHub
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ NoStrip = ["/usr/lib/clang/%s/lib/linux" % get.srcVERSION()]
def setup():
pisitools.ldflags.add("-fuse-ld=lld")
#pisitools.ldflags.add("-fuse-ld=lld")
if get.buildTYPE() != "emul32":
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 -->
<Dependency>binutils</Dependency>
<Dependency>llvm-clang</Dependency>
<Dependency>lld</Dependency>
<!-- <Dependency>lld</Dependency> -->
<!-- <Dependency>lld</Dependency> -->
</BuildDependencies>
</Source>
@@ -81,7 +81,7 @@
</RuntimeDependencies>
<Files>
<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/libLTO.*</Path>
<Path fileType="library">/usr/lib/libPolly*.so</Path>