aboutsummaryrefslogtreecommitdiff
path: root/sys-devel/llvm-roc/files
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2022-01-08 18:55:23 -0500
committerJulien Roy <julien@jroy.ca>2022-01-08 18:55:23 -0500
commit3e0a041ee7330055da1091a25b0d73aa921b8717 (patch)
treecbe18b34fe0c84079434ee4778f28697bb7cbd44 /sys-devel/llvm-roc/files
parenta5bb384711fa022236f13cbc98883e78cf7f0db3 (diff)
downloadMrRoy-Overlay-3e0a041ee7330055da1091a25b0d73aa921b8717.tar.gz
MrRoy-Overlay-3e0a041ee7330055da1091a25b0d73aa921b8717.tar.bz2
MrRoy-Overlay-3e0a041ee7330055da1091a25b0d73aa921b8717.zip
Fixed llvm-roc-4.2.0-current_pos.patch for 4.5.0
Diffstat (limited to 'sys-devel/llvm-roc/files')
-rw-r--r--sys-devel/llvm-roc/files/llvm-roc-4.2.0-current_pos.patch12
1 files changed, 6 insertions, 6 deletions
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 0f33989..8d51622 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/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
+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
@@ -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/include/llvm/Support/raw_ostream.h b/include/llvm/Support/raw_ostre
public:
explicit raw_string_ostream(std::string &O) : OS(O) {
-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
+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
@@ -938,6 +938,10 @@
// raw_string_ostream
//===----------------------------------------------------------------------===//