Blame SOURCES/0001-Don-t-set-rpath-when-installing.patch

50739f
From e67ace2ecb42c24e124f1738dc67b22055a22500 Mon Sep 17 00:00:00 2001
50739f
From: Tom Stellard <tstellar@redhat.com>
50739f
Date: Thu, 13 Sep 2018 10:10:08 -0700
50739f
Subject: [PATCH] Don't set rpath when installing
50739f
50739f
---
50739f
 cmake/modules/AddLLVM.cmake | 1 +
50739f
 1 file changed, 1 insertion(+)
50739f
50739f
diff --git a/cmake/modules/AddLLVM.cmake b/cmake/modules/AddLLVM.cmake
50739f
index ce2057f..de309b5 100644
50739f
--- a/cmake/modules/AddLLVM.cmake
50739f
+++ b/cmake/modules/AddLLVM.cmake
50739f
@@ -1621,6 +1621,7 @@ function(llvm_codesign name)
50739f
 endfunction()
50739f
 
50739f
 function(llvm_setup_rpath name)
50739f
+  return()
50739f
   if(CMAKE_INSTALL_RPATH)
50739f
     return()
50739f
   endif()
50739f
-- 
50739f
1.8.3.1
50739f