[clang] [clang] Allow 'convergent' to be a statement attribute (PR #100637)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 25 19:21:08 PDT 2024


================
@@ -0,0 +1,99 @@
+// RUN: %clang_cc1 -emit-llvm %s -triple x86_64-unknown-linux-gnu -o - | FileCheck %s
----------------
darkbuck wrote:

Update the test again with '--check-globals=all'. That output is the expected one.

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


More information about the cfe-commits mailing list