summaryrefslogtreecommitdiff
path: root/sys-devel/llvm-roc/files/llvm-roc-3.0.0-add_libraries.patch
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-08-23 13:29:26 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-08-23 13:29:26 -0400
commit8343e2d1a947ecf28861666bb4ec3525f81e2f70 (patch)
tree579d410e923010674eab7c104bf39f363238ef87 /sys-devel/llvm-roc/files/llvm-roc-3.0.0-add_libraries.patch
parentf9e1ca249f181a3cf02a78ee5f82d011a6a24553 (diff)
downloadgentoo-overlay-8343e2d1a947ecf28861666bb4ec3525f81e2f70.tar.xz
gentoo-overlay-8343e2d1a947ecf28861666bb4ec3525f81e2f70.zip
dev-libs/rocm-opencl-runtime, sys-devel/llvm-roc: drop
Diffstat (limited to 'sys-devel/llvm-roc/files/llvm-roc-3.0.0-add_libraries.patch')
-rw-r--r--sys-devel/llvm-roc/files/llvm-roc-3.0.0-add_libraries.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/sys-devel/llvm-roc/files/llvm-roc-3.0.0-add_libraries.patch b/sys-devel/llvm-roc/files/llvm-roc-3.0.0-add_libraries.patch
deleted file mode 100644
index 120ab81..0000000
--- a/sys-devel/llvm-roc/files/llvm-roc-3.0.0-add_libraries.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -Naur a/clang/lib/Basic/CMakeLists.txt b/clang/lib/Basic/CMakeLists.txt
---- a/clang/lib/Basic/CMakeLists.txt 2019-12-28 07:42:49.119055933 +0100
-+++ b/clang/lib/Basic/CMakeLists.txt 2019-12-28 07:42:13.265056070 +0100
-@@ -2,6 +2,7 @@
- Core
- MC
- Support
-+ Option
- )
-
- find_first_existing_vc_file("${LLVM_MAIN_SRC_DIR}" llvm_vc)
-diff -Naur a/clang/lib/Driver/CMakeLists.txt b/clang/lib/Driver/CMakeLists.txt
---- a/clang/lib/Driver/CMakeLists.txt 2019-12-28 07:41:39.521056199 +0100
-+++ b/clang/lib/Driver/CMakeLists.txt 2019-12-28 07:40:23.998056487 +0100
-@@ -79,4 +79,5 @@
- LINK_LIBS
- clangBasic
- ${system_libs}
-+ pthread
- )