[arch-commits] Commit in intel-graphics-compiler/trunk (010-igc-fix-build.patch)
Bruno Pagani
archange at archlinux.org
Sat Jul 18 14:53:15 UTC 2020
Date: Saturday, July 18, 2020 @ 14:53:15
Author: archange
Revision: 664424
Remove leftover patch
Deleted:
intel-graphics-compiler/trunk/010-igc-fix-build.patch
-------------------------+
010-igc-fix-build.patch | 19 -------------------
1 file changed, 19 deletions(-)
Deleted: 010-igc-fix-build.patch
===================================================================
--- 010-igc-fix-build.patch 2020-07-18 14:50:08 UTC (rev 664423)
+++ 010-igc-fix-build.patch 2020-07-18 14:53:15 UTC (rev 664424)
@@ -1,19 +0,0 @@
-diff --git a/IGC/CMakeLists.txt b/IGC/CMakeLists.txt
-index 8c9a5fcc..3b5e88cf 100644
---- a/IGC/CMakeLists.txt
-+++ b/IGC/CMakeLists.txt
-@@ -3271,8 +3271,12 @@ endif()
- if(LLVM_LINK_LLVM_DYLIB)
- # LLVM was built and configured in a way that tools (in our case IGC) should be linked
- # against single LLVM dynamic library.
-- set(IGC_BUILD__LLVM_LIBS_TO_LINK "/usr/local/lib/libLLVM-${LLVM_VERSION_MAJOR}.so")
-- message(STATUS "[IGC] Link against LLVM dylib ${IGC_BUILD__LLVM_LIBS_TO_LINK}")
-+ find_library(IGC_BUILD__LLVM_LIBS_TO_LINK "libLLVM-${LLVM_VERSION_MAJOR}.so")
-+ if(IGC_BUILD__LLVM_LIBS_TO_LINK)
-+ message(STATUS "[IGC] Link against LLVM dylib ${IGC_BUILD__LLVM_LIBS_TO_LINK}")
-+ else()
-+ message(FATAL_ERROR "[IGC] Could not find the LLVM dylib. Aborting.")
-+ endif()
- else()
- # LLVM was built into multiple libraries (static or shared).
- message(STATUS "[IGC] Link against LLVM static or shared component libs")
More information about the arch-commits
mailing list