MaskRay added a comment.

> This is part of the efforts adding .gnu_attribute support for PowerPC. In 
> Clang, an extra metadata field will be added as float-abi to show current 
> long double format. So backend can emit .gnu_attribute section data from this 
> metadata.

How does .gnu_attribute work with the metadata?



================
Comment at: clang/test/CodeGen/ppc64-float-abi-attr.c:9
+
+// CHECK: !{{[0-9]+}} = !{i32 1, !"float-abi", !"doubledouble"}
+// IEEE: !{{[0-9]+}} = !{i32 1, !"float-abi", !"ieeequad"}
----------------
`![[#]]`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116016

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to