summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-90-disable-nomerge.patch
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/chromium/files/chromium-90-disable-nomerge.patch')
-rw-r--r--www-client/chromium/files/chromium-90-disable-nomerge.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/www-client/chromium/files/chromium-90-disable-nomerge.patch b/www-client/chromium/files/chromium-90-disable-nomerge.patch
deleted file mode 100644
index fc4049f..0000000
--- a/www-client/chromium/files/chromium-90-disable-nomerge.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/base/compiler_specific.h b/base/compiler_specific.h
-index 14a5d6870..b4d31d77e 100644
---- a/base/compiler_specific.h
-+++ b/base/compiler_specific.h
-@@ -334,7 +334,7 @@ inline constexpr bool AnalyzerAssumeTrue(bool arg) {
-
- // Use nomerge attribute to disable optimization of merging multiple same calls.
- #if defined(__clang__) && __has_attribute(nomerge) && !defined(OS_CHROMEOS)
--#define NOMERGE [[clang::nomerge]]
-+#define NOMERGE //[[clang::nomerge]]
- #else
- #define NOMERGE
- #endif