summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-91-disable-nomerge.patch
blob: 11dc66a4d44330e3b1802e71d40d90c3afa0abe5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/base/compiler_specific.h b/base/compiler_specific.h
index d662305dc..8e99145da 100644
--- a/base/compiler_specific.h
+++ b/base/compiler_specific.h
@@ -341,7 +341,7 @@ inline constexpr bool AnalyzerAssumeTrue(bool arg) {
 
 // Use nomerge attribute to disable optimization of merging multiple same calls.
 #if defined(__clang__) && __has_attribute(nomerge)
-#define NOMERGE [[clang::nomerge]]
+#define NOMERGE //[[clang::nomerge]]
 #else
 #define NOMERGE
 #endif