]> git.pld-linux.org Git - packages/llvm.git/commitdiff
- testing workaround for 'ld: final link failed: Memory exhausted'
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 7 Nov 2016 21:43:12 +0000 (22:43 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 7 Nov 2016 21:43:12 +0000 (22:43 +0100)
llvm.spec

index 7804cf348467da28032fe3da475e81c1be8a4aea..ac75265a220cb6f2242f39dbcbce77a71bcbffe3 100644 (file)
--- a/llvm.spec
+++ b/llvm.spec
@@ -130,6 +130,8 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _sysconfdir     /etc/%{name}
 
 %define                specflags_ppc   -fno-var-tracking-assignments
+# x32 - the same issue as https://llvm.org/bugs/show_bug.cgi?id=27237
+%define                specflags_x32   -gsplit-dwarf
 
 # strip corrupts: $RPM_BUILD_ROOT/usr/lib64/llvm-gcc/bin/llvm-c++ ...
 %define                _noautostrip    .*/\\(libmud.*\\.a\\|bin/llvm-.*\\|lib.*++\\.a\\)
This page took 0.040484 seconds and 4 git commands to generate.