From 129dc0398de3a43907383f339b2c86d0cf843b3a Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 28 Feb 2022 17:33:18 +0800 Subject: lang/v8: Update to 9.8.177.9 Changes: https://v8.dev/blog/v8-release-98 https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.8-lkgr --- lang/v8/files/patch-include_v8config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang/v8/files/patch-include_v8config.h') diff --git a/lang/v8/files/patch-include_v8config.h b/lang/v8/files/patch-include_v8config.h index 2a1c5e2972e9..b302d21db2c1 100644 --- a/lang/v8/files/patch-include_v8config.h +++ b/lang/v8/files/patch-include_v8config.h @@ -1,8 +1,8 @@ ---- include/v8config.h.orig 2021-10-06 18:22:58 UTC +--- include/v8config.h.orig 2022-01-23 11:58:51 UTC +++ include/v8config.h -@@ -338,7 +338,18 @@ path. Add it with -I to the command line - - # define V8_HAS_CPP_ATTRIBUTE_NODISCARD (V8_HAS_CPP_ATTRIBUTE(nodiscard)) +@@ -342,7 +342,18 @@ path. Add it with -I to the command line + # define V8_HAS_CPP_ATTRIBUTE_NO_UNIQUE_ADDRESS \ + (V8_HAS_CPP_ATTRIBUTE(no_unique_address)) +// Work around Clang bug present in 9.0.1, at least. +// -- cgit v1.2.3