remove clags opaQue pointer patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=78
This commit is contained in:
Avindra Goolcharan 2022-08-25 17:59:45 +00:00 committed by Git OBS Bridge
parent 3bf000419f
commit be13e921c6
3 changed files with 2 additions and 22 deletions

View File

@ -24,6 +24,7 @@ Thu Aug 25 17:16:30 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
* perf(runtime): optimize Deno.file open & stream (#15496)
* perf: cache swc dependency analysis and don't hold onto ParsedSources in memory (#15502)
* perf: improve performance.now (#15481)
- remove fix-cflags.patch (fix in upstream)
-------------------------------------------------------------------
Mon Aug 15 18:13:56 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>

View File

@ -54,7 +54,7 @@ a linter, a language server protocol, a code formatter and
a unit test runner.
Remote code is fetched and cached on first execution, and only
updated with the --reload flag.
UPDATED With the --reload flag.
%prep
%autosetup -a1 -p1

View File

@ -1,21 +0,0 @@
diff --git a/vendor/v8/build/config/compiler/BUILD.gn b/vendor/v8/build/config/compiler/BUILD.gn
index 9cdafb2..211684c 100644
--- a/vendor/v8/build/config/compiler/BUILD.gn
+++ b/vendor/v8/build/config/compiler/BUILD.gn
@@ -1564,16 +1564,6 @@ config("default_warnings") {
cflags += [ "-Wno-unqualified-std-cast-call" ]
}
- if (!is_nacl && !(is_chromeos ||
- default_toolchain == "//build/toolchain/cros:target") &&
- clang_major_version >= 15) {
- # TODO(https://crbug.com/1316298): Re-enable once test failure is figured out
- cflags += [
- "-Xclang",
- "-no-opaque-pointers",
- ]
- }
-
if (is_fuchsia) {
# TODO(https://bugs.chromium.org/p/fuchsia/issues/detail?id=77383)
cflags += [ "-Wno-deprecated-copy" ]