================
@@ -337,7 +337,7 @@ def warn_atomic_op_oversized : Warning<
 InGroup<AtomicAlignment>;
 
 def warn_sync_op_misaligned : Warning<
-  "__sync builtin operation MUST have natural alignment (consider using 
__atomic).">,
+  "__sync builtin operation MUST have natural alignment (consider using 
__atomic)">,
----------------
AaronBallman wrote:

Heh, I'm glad you spoke up about this one -- I was on the fence about changing 
it and decided against it, but now that you've also stumbled on it, I'm going 
to fix it up. Thanks!

https://github.com/llvm/llvm-project/pull/93190
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to