llvm rebuild
This commit is contained in:
@@ -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"):
|
||||
|
||||
@@ -31,7 +31,8 @@
|
||||
<Dependency>cmake</Dependency>
|
||||
<!-- Use new plugin-api.h header file from binutils to enable LLVM gold plugin -->
|
||||
<Dependency>binutils</Dependency>
|
||||
<Dependency>llvm-clang</Dependency>
|
||||
<Dependency>llvm-clang</Dependency>
|
||||
<Dependency>lld</Dependency>
|
||||
<!-- <Dependency>lld</Dependency> -->
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
Reference in New Issue
Block a user