diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-08-04 13:49:50 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-08-04 13:49:50 -0400 |
commit | 9a68cb57fa2d06b17f9ad87c071ceb1e4dde154f (patch) | |
tree | 20bbc62b081dc28f137f4efa3717eea605957083 /sys-devel/llvm-roc/files | |
parent | be9d25964b12d103b4129dbfbc6f4fcffac7fad3 (diff) | |
download | gentoo-overlay-9a68cb57fa2d06b17f9ad87c071ceb1e4dde154f.tar.xz gentoo-overlay-9a68cb57fa2d06b17f9ad87c071ceb1e4dde154f.zip |
sys-devel/llvm-roc: import
remove unnecessary dep
Diffstat (limited to 'sys-devel/llvm-roc/files')
-rw-r--r-- | sys-devel/llvm-roc/files/llvm-roc-3.0.0-add_libraries.patch | 20 |
1 files changed, 20 insertions, 0 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 new file mode 100644 index 0000000..120ab81 --- /dev/null +++ b/sys-devel/llvm-roc/files/llvm-roc-3.0.0-add_libraries.patch @@ -0,0 +1,20 @@ +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 + ) |