Hello community,

here is the log from the commit of package llvm for openSUSE:Factory checked in 
at 2012-07-21 14:32:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/llvm (Old)
 and      /work/SRC/openSUSE:Factory/.llvm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "llvm", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/llvm/llvm.changes        2012-07-18 
17:32:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2012-07-21 
14:32:19.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Jul 19 14:14:20 UTC 2012 - [email protected]
+
+- make link time optimization plugin accessible to ar/nm/ranlib
+- build the plugin properly
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ llvm.spec ++++++
--- /var/tmp/diff_new_pack.AVH4NZ/_old  2012-07-21 14:32:21.000000000 +0200
+++ /var/tmp/diff_new_pack.AVH4NZ/_new  2012-07-21 14:32:21.000000000 +0200
@@ -165,6 +165,8 @@
 
 %build
 TOPLEVEL=$PWD
+# as-needed avoids linking LLVMgold to LTO, just because cmake places -lLTO 
before the .o file is used
+export SUSE_ASNEEDED=0
 mkdir stage1 stage2
 pushd stage1
 
@@ -276,6 +278,11 @@
 ln -s ccc-analyzer c++-analyzer
 popd
 
+%if 0%{?suse_version} >= 1220
+mkdir -p %{buildroot}%{_libdir}/bfd-plugins
+ln -s %{_libdir}/LLVMgold.so %{buildroot}%{_libdir}/bfd-plugins/
+%endif
+
 sed -i 's,RealBin/bin/clang,RealBin/clang,' \
   %{buildroot}%{_bindir}/scan-build
 
@@ -354,6 +361,7 @@
 %{_libdir}/*profile*.a
 %if 0%{?suse_version} >= 1220
 %{_libdir}/LLVMgold.so
+%{_libdir}/bfd-plugins/
 %endif
 %{_libdir}/clang
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to