From 41d7a97683f2d3c622de81272e2644ae9627430a Mon Sep 17 00:00:00 2001 From: suvari Date: Fri, 27 Mar 2020 15:00:51 +0300 Subject: [PATCH] llvm:disable ldflags temporarily --- programming/build/llvm/actions.py | 8 +++----- programming/build/llvm/pspec.xml | 21 ++++++++++----------- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/programming/build/llvm/actions.py b/programming/build/llvm/actions.py index 4df0195486..c957567c2b 100755 --- a/programming/build/llvm/actions.py +++ b/programming/build/llvm/actions.py @@ -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") diff --git a/programming/build/llvm/pspec.xml b/programming/build/llvm/pspec.xml index 5ec73b85d7..dd2873ed8c 100755 --- a/programming/build/llvm/pspec.xml +++ b/programming/build/llvm/pspec.xml @@ -1,5 +1,5 @@ - + llvm @@ -116,8 +116,7 @@ /usr/lib/liblldbPluginObjCLanguage.a - - + lldb-devel Development headers lldb @@ -128,8 +127,8 @@ /usr/include/lldb/* - - + + lld Linker from the LLVM project @@ -161,8 +160,8 @@ /usr/share/doc/lld - - + + lld-devel Development headers lld @@ -172,7 +171,7 @@ /usr/include/lld/* - + llvm-clang-analyzer app:console @@ -190,7 +189,7 @@ /usr/libexec/c++-* - + compiler-rt Various runtime libraries used by Clang @@ -274,7 +273,7 @@ - + 2020-03-24 10.0.0 Version bump. @@ -352,4 +351,4 @@ kaptan@pisilinux.org - + \ No newline at end of file