CVSROOT:        /cvs
Module name:    ports
Changes by:     rob...@cvs.openbsd.org  2023/03/15 01:51:21

Modified files:
        www/chromium   : Makefile 
        www/chromium/patches: patch-v8_include_v8config_h 
        www/iridium    : Makefile 
        www/iridium/patches: patch-v8_include_v8config_h 
        www/ungoogled-chromium: Makefile 
        www/ungoogled-chromium/patches: patch-v8_include_v8config_h 

Log message:
restrict usage of preserve_most to clang 17 to fix weird runtime issues

commit ab12885a59d86d43a624ffaf6d56ca0d34e8e8bb
Author: Clemens Backes <cleme...@chromium.org>
Date:   Tue Feb 21 14:38:08 2023 +0100

Restrict usage of preserve_most to clang 17

Before https://reviews.llvm.org/D143425, preserve_most was broken for
methods/functions with return value(s). This CL thus restricts the use
of the preserve_most attribute to clang version >= 17, so we can start
using preserve_most more widely.

Reply via email to