================
@@ -601,6 +601,28 @@ def CIR_VTableAttr : CIR_Attr<"VTable", "vtable",
[TypedAttrInterface]> {
}];
}
+//===----------------------------------------------------------------------===//
+// TargetAddressSpaceAttr
+//===----------------------------------------------------------------------===//
+
+def CIR_TargetAddressSpaceAttr : CIR_Attr< "TargetAddressSpace",
+ "target_address_space"> {
+ let summary = "Attribute representing a target-specific numeric address
space";
----------------
andykaylor wrote:
```suggestion
let summary = "Represents a target-specific numeric address space";
```
This is to get the summary to fit in 80 columns as much as anything, but the
use of "attribute" in the summary is redundant.
https://github.com/llvm/llvm-project/pull/161028
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits