aboutsummaryrefslogtreecommitdiff
path: root/sys-devel/llvm-roc/files
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2022-01-08 19:26:08 -0500
committerJulien Roy <julien@jroy.ca>2022-01-08 19:26:08 -0500
commit3aee51ec1f94540c241610adb9ed0606fa3fcdf1 (patch)
treee58869f9615973f77d63aa5e2d0c3b8569c1e0f0 /sys-devel/llvm-roc/files
parent957103077de6903722c9d03abb5c27f931469bad (diff)
downloadMrRoy-Overlay-3aee51ec1f94540c241610adb9ed0606fa3fcdf1.tar.gz
MrRoy-Overlay-3aee51ec1f94540c241610adb9ed0606fa3fcdf1.tar.bz2
MrRoy-Overlay-3aee51ec1f94540c241610adb9ed0606fa3fcdf1.zip
Fixed patches & CMakesList.txt issue
Diffstat (limited to 'sys-devel/llvm-roc/files')
-rw-r--r--sys-devel/llvm-roc/files/llvm-roc-4.2.0-add_Object.patch6
-rw-r--r--sys-devel/llvm-roc/files/llvm-roc-4.2.0-current_pos.patch12
2 files changed, 9 insertions, 9 deletions
diff --git a/sys-devel/llvm-roc/files/llvm-roc-4.2.0-add_Object.patch b/sys-devel/llvm-roc/files/llvm-roc-4.2.0-add_Object.patch
index df0d967..da21ab2 100644
--- a/sys-devel/llvm-roc/files/llvm-roc-4.2.0-add_Object.patch
+++ b/sys-devel/llvm-roc/files/llvm-roc-4.2.0-add_Object.patch
@@ -1,6 +1,6 @@
-diff --color -uprN orig/llvm/lib/Target/AMDGPU/Disassembler/CMakeLists.txt orig/llvm/lib/Target/AMDGPU/Disassembler/CMakeLists.txt
---- orig/llvm/lib/Target/AMDGPU/Disassembler/CMakeLists.txt 2021-06-14 11:57:54.222796911 +0800
-+++ llvm/llvm/lib/Target/AMDGPU/Disassembler/CMakeLists.txt 2021-06-14 11:58:35.206796875 +0800
+diff --color -uprN orig/lib/Target/AMDGPU/Disassembler/CMakeLists.txt llvm/lib/Target/AMDGPU/Disassembler/CMakeLists.txt
+--- orig/lib/Target/AMDGPU/Disassembler/CMakeLists.txt 2021-06-14 11:57:54.222796911 +0800
++++ llvm/lib/Target/AMDGPU/Disassembler/CMakeLists.txt 2021-06-14 11:58:35.206796875 +0800
@@ -11,6 +11,7 @@ add_llvm_component_library(LLVMAMDGPUDis
MC
MCDisassembler
diff --git a/sys-devel/llvm-roc/files/llvm-roc-4.2.0-current_pos.patch b/sys-devel/llvm-roc/files/llvm-roc-4.2.0-current_pos.patch
index 8d51622..0f33989 100644
--- a/sys-devel/llvm-roc/files/llvm-roc-4.2.0-current_pos.patch
+++ b/sys-devel/llvm-roc/files/llvm-roc-4.2.0-current_pos.patch
@@ -1,6 +1,6 @@
-diff -Naur a/llvm/include/llvm/Support/raw_ostream.h b/llvm/include/llvm/Support/raw_ostream.h
---- a/llvm/include/llvm/Support/raw_ostream.h 2021-05-22 19:56:44.779955686 +0200
-+++ b/llvm/include/llvm/Support/raw_ostream.h 2021-05-22 20:00:49.449954752 +0200
+diff -Naur a/include/llvm/Support/raw_ostream.h b/include/llvm/Support/raw_ostream.h
+--- a/include/llvm/Support/raw_ostream.h 2021-05-22 19:56:44.779955686 +0200
++++ b/include/llvm/Support/raw_ostream.h 2021-05-22 20:00:49.449954752 +0200
@@ -610,9 +610,7 @@
/// See raw_ostream::write_impl.
void write_impl(const char *Ptr, size_t Size) override;
@@ -12,9 +12,9 @@ diff -Naur a/llvm/include/llvm/Support/raw_ostream.h b/llvm/include/llvm/Support
public:
explicit raw_string_ostream(std::string &O) : OS(O) {
-diff -Naur a/llvm/lib/Support/raw_ostream.cpp b/llvm/lib/Support/raw_ostream.cpp
---- a/llvm/lib/Support/raw_ostream.cpp 2021-05-22 19:59:05.651955148 +0200
-+++ b/llvm/lib/Support/raw_ostream.cpp 2021-05-22 20:01:22.929954625 +0200
+diff -Naur a/lib/Support/raw_ostream.cpp b/lib/Support/raw_ostream.cpp
+--- a/lib/Support/raw_ostream.cpp 2021-05-22 19:59:05.651955148 +0200
++++ b/lib/Support/raw_ostream.cpp 2021-05-22 20:01:22.929954625 +0200
@@ -938,6 +938,10 @@
// raw_string_ostream
//===----------------------------------------------------------------------===//