Merge pull request #8236 from suvari/master

llvm:disable ldflags temporarily
This commit is contained in:
Kamil ATLI
2020-03-27 15:01:31 +03:00
committed by GitHub
2 changed files with 13 additions and 16 deletions
+3 -5
View File
@@ -16,9 +16,8 @@ libsuffix = "32" if get.buildTYPE() == "emul32" else ""
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"):
shelltools.system("tar xf ../clang-%s.src.tar.xz -C tools" % get.srcVERSION())
@@ -87,8 +86,7 @@ def setup():
-DLLVM_ENABLE_ASSERTIONS=OFF \
-DFFI_INCLUDE_DIR=/usr/lib/libffi-3.2.1/include \
-DCOMPILER_RT_USE_LIBCXX=OFF \
-DLIBOMP_USE_HIER_SCHED=ON \
-DENABLE_SHARED=ON" % (options), sourceDir=".." )
-DLIBOMP_USE_HIER_SCHED=ON" % (options), sourceDir=".." )
def build():
shelltools.makedirs("build")
+10 -11
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>llvm</Name>
@@ -116,8 +116,7 @@
<Path fileType="library">/usr/lib/liblldbPluginObjCLanguage.a</Path>
</Files>
</Package>
<Package>
<Name>lldb-devel</Name>
<Summary>Development headers lldb</Summary>
@@ -128,8 +127,8 @@
<Path fileType="header">/usr/include/lldb/*</Path>
</Files>
</Package>
<Package>
<Package>
<Name>lld</Name>
<Summary> Linker from the LLVM project</Summary>
<RuntimeDependencies>
@@ -161,8 +160,8 @@
<Path fileType="doc">/usr/share/doc/lld</Path>
</Files>
</Package>
<Package>
<Package>
<Name>lld-devel</Name>
<Summary>Development headers lld</Summary>
<RuntimeDependencies>
@@ -172,7 +171,7 @@
<Path fileType="header">/usr/include/lld/*</Path>
</Files>
</Package>
<Package>
<Name>llvm-clang-analyzer</Name>
<IsA>app:console</IsA>
@@ -190,7 +189,7 @@
<Path fileType="executable">/usr/libexec/c++-*</Path>
</Files>
</Package>
<Package>
<Name>compiler-rt</Name>
<Summary>Various runtime libraries used by Clang</Summary>
@@ -274,7 +273,7 @@
</Package>
<History>
<Update release="11">
<Update release="11">
<Date>2020-03-24</Date>
<Version>10.0.0</Version>
<Comment>Version bump.</Comment>
@@ -352,4 +351,4 @@
<Email>kaptan@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>