llvm rebuild
This commit is contained in:
@@ -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"):
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user