clang-accel: add LLVM gold plugin (for llvm 5.0) 29/204029/3 accepted/tizen_5.5_base accepted/tizen_5.5_base_mobile_hotfix accepted/tizen_5.5_base_wearable_hotfix tizen_5.5_base tizen_5.5_base_mobile_hotfix tizen_5.5_base_wearable_hotfix tizen_5.5_tv accepted/tizen/5.5/base/20191030.084318 accepted/tizen/5.5/base/mobile/hotfix/20201023.083830 accepted/tizen/5.5/base/wearable/hotfix/20201023.080217 accepted/tizen/base/20190929.221402 submit/tizen_5.5_base/20191030.000001 submit/tizen_5.5_base_mobile_hotfix/20201023.171502 submit/tizen_5.5_base_wearable_hotfix/20201023.155602 submit/tizen_base/20190925.051521 tizen_5.5.m2_release
authorKonstantin Baladurin <k.baladurin@samsung.com>
Mon, 15 Apr 2019 17:48:40 +0000 (20:48 +0300)
committerDongkyun Son <dongkyun.s@samsung.com>
Wed, 25 Sep 2019 05:08:24 +0000 (05:08 +0000)
Change-Id: Idfcfad6ee4000dbc4bc6f8135c7021e96ff18d0e

packaging/qemu-accel-aarch64.spec
packaging/qemu-accel-armv7hl.spec
packaging/qemu-accel-armv7l.spec
packaging/qemu-accel.spec.in

index cff0659..c60dda4 100644 (file)
@@ -67,6 +67,8 @@ BuildRequires:  icecream
 BuildRequires:  libunwind
 BuildRequires:  libuuid
 BuildRequires:  clang
+# required for LLVM gold plugin
+BuildRequires:  llvm-devel
 Summary:        Native binaries for speeding up cross compile
 License:        GPL-2.0
 Group:          Development/Cross Compilation
@@ -207,7 +209,9 @@ prepare_package_list all \
   $binaries
 
 prepare_package_list clang \
-  %{_bindir}/{clang-*,clang++,opt,lli,llc,llvm-*}
+  %{_bindir}/{clang-*,clang++,opt,lli,llc,llvm-*} \
+  %{_libdir}/libLTO.so* \
+  %{_libdir}/LLVMgold.so*
 
 prepare_package_list python \
   %{_bindir}/${host_python} \
index cece799..57f785c 100644 (file)
@@ -67,6 +67,8 @@ BuildRequires:  icecream
 BuildRequires:  libunwind
 BuildRequires:  libuuid
 BuildRequires:  clang
+# required for LLVM gold plugin
+BuildRequires:  llvm-devel
 Summary:        Native binaries for speeding up cross compile
 License:        GPL-2.0
 Group:          Development/Cross Compilation
@@ -207,7 +209,9 @@ prepare_package_list all \
   $binaries
 
 prepare_package_list clang \
-  %{_bindir}/{clang-*,clang++,opt,lli,llc,llvm-*}
+  %{_bindir}/{clang-*,clang++,opt,lli,llc,llvm-*} \
+  %{_libdir}/libLTO.so* \
+  %{_libdir}/LLVMgold.so*
 
 prepare_package_list python \
   %{_bindir}/${host_python} \
index 354106f..b8770cb 100644 (file)
@@ -67,6 +67,8 @@ BuildRequires:  icecream
 BuildRequires:  libunwind
 BuildRequires:  libuuid
 BuildRequires:  clang
+# required for LLVM gold plugin
+BuildRequires:  llvm-devel
 Summary:        Native binaries for speeding up cross compile
 License:        GPL-2.0
 Group:          Development/Cross Compilation
@@ -207,7 +209,9 @@ prepare_package_list all \
   $binaries
 
 prepare_package_list clang \
-  %{_bindir}/{clang-*,clang++,opt,lli,llc,llvm-*}
+  %{_bindir}/{clang-*,clang++,opt,lli,llc,llvm-*} \
+  %{_libdir}/libLTO.so* \
+  %{_libdir}/LLVMgold.so*
 
 prepare_package_list python \
   %{_bindir}/${host_python} \
index 1824470..5037080 100644 (file)
@@ -64,6 +64,8 @@ BuildRequires:  icecream
 BuildRequires:  libunwind
 BuildRequires:  libuuid
 BuildRequires:  clang
+# required for LLVM gold plugin
+BuildRequires:  llvm-devel
 Summary:        Native binaries for speeding up cross compile
 License:        GPL-2.0
 Group:          Development/Cross Compilation
@@ -204,7 +206,9 @@ prepare_package_list all \
   $binaries
 
 prepare_package_list clang \
-  %{_bindir}/{clang-*,clang++,opt,lli,llc,llvm-*}
+  %{_bindir}/{clang-*,clang++,opt,lli,llc,llvm-*} \
+  %{_libdir}/libLTO.so* \
+  %{_libdir}/LLVMgold.so*
 
 prepare_package_list python \
   %{_bindir}/${host_python} \