[clang] [Clang] Introduce scoped variants of GNU atomic functions (PR #72280)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 15 04:14:33 PST 2023


================
@@ -54,6 +59,16 @@ enum class SyncScope {
 
 inline llvm::StringRef getAsString(SyncScope S) {
----------------
jhuber6 wrote:

I think it's because this is for AST printing purposes, while the backend strings vary per target.

https://github.com/llvm/llvm-project/pull/72280


More information about the cfe-commits mailing list