[libunwind] libunwind: Do not use __attribute__((target("gcs"))) with non-clang … (PR #138077)
Andrew Pinski via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 30 22:17:57 PDT 2025
pinskia wrote:
Actually GCC 15 does support GCS, the syntax is just `__attribute__((target("+gcs")))` Note the + there. The error message is clear too.
https://github.com/llvm/llvm-project/pull/138077
More information about the cfe-commits
mailing list