aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/remove-no-opaque-pointers-flag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/chromium/remove-no-opaque-pointers-flag.patch')
-rw-r--r--community/chromium/remove-no-opaque-pointers-flag.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/chromium/remove-no-opaque-pointers-flag.patch b/community/chromium/remove-no-opaque-pointers-flag.patch
deleted file mode 100644
index 577dd2dfc90..00000000000
--- a/community/chromium/remove-no-opaque-pointers-flag.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-not needed with clang 15
---- a/build/config/compiler/BUILD.gn
-+++ b/build/config/compiler/BUILD.gn
-@@ -1540,14 +1540,14 @@
- cflags += [ "-Wno-unqualified-std-cast-call" ]
- }
-
-- if (!is_nacl && !(is_chromeos ||
-- default_toolchain == "//build/toolchain/cros:target")) {
-- # TODO(https://crbug.com/1322823): Remove flags once potential miscompile is investigated.
-- cflags += [
-- "-Xclang",
-- "-no-opaque-pointers",
-- ]
-- }
-+ # if (!is_nacl && !(is_chromeos ||
-+ # default_toolchain == "//build/toolchain/cros:target")) {
-+ # # TODO(https://crbug.com/1322823): Remove flags once potential miscompile is investigated.
-+ # cflags += [
-+ # "-Xclang",
-+ # "-no-opaque-pointers",
-+ # ]
-+ # }
-
- if (is_fuchsia) {
- # TODO(https://bugs.chromium.org/p/fuchsia/issues/detail?id=77383)