Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2023 18:28:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 271047] [exp-run] Against llvm-16-update branch on GitHub
Message-ID:  <bug-271047-7788-SMBee5TnIn@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271047-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271047-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271047

--- Comment #105 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D9f57b84aa13e6a0c8956bdbb9d07eceec=
4c9bc21

commit 9f57b84aa13e6a0c8956bdbb9d07eceec4c9bc21
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2023-04-20 19:21:37 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2023-07-23 17:38:09 +0000

    Merge commit 16949c5c48ab from llvm-project (by Dimitry Andric):

      [compiler-rt] Include system headers before optionally defining HWCAP
macros

      In https://reviews.llvm.org/D141285 the optional definitions of `HWCA=
P`
      macros were moved to before their usage. However, they were also moved
      to before the inclusion of system headers which can optionally define
      them. If any of those system headers then actually defined any of the
      `HWCAP` macros, it would result in a redefinition error.

      Move the system header includes to just before the optional definitio=
ns,
      to avoid this problem.

      Reviewed By: ilinpv

      Differential Revision: https://reviews.llvm.org/D148819

    PR:             271047
    MFC after:      1 month

    (cherry picked from commit 482e0fcdf745981f2c2b12311405fe93563cefc4)

 .../compiler-rt/lib/builtins/cpu_model.c           | 38 +++++++++++-------=
----
 1 file changed, 19 insertions(+), 19 deletions(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271047-7788-SMBee5TnIn>