[PATCH] D114543: Extend the `uwtable` attribute with unwind table kind

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 26 10:42:28 PST 2022


MaskRay added inline comments.


================
Comment at: clang/test/CodeGen/uwtable-attr.c:19
+
+// C_DEF: attributes{{.*}}uwtable{{ }}
+// C_DEF: !"uwtable", i32 2}
----------------
It's worth describing the full shape so that it is clearer which IR part the CHECK lines are describing.

```
attributes #[[#]] = { {{.*}} uwtable{{ }}
![[#]] = !{{i32 7, !"uwtable", i32 1}
```



CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114543/new/

https://reviews.llvm.org/D114543



More information about the llvm-commits mailing list