thakis added a comment.

Thanks!



================
Comment at: clang/test/Sema/pragma-section.c:57
+
+// Not sure if this should warn or not.
+__attribute__((section(".drectve"))) int drectve_int;
----------------
rnk wrote:
> I agree it probably shouldn't, I imagine mingw users will want to be able to 
> use this kind of code pattern to interop between GCC and Clang:
>   __attribute__((section(".drective")))
>   const char LinkerFlags[] = "-export:foo -export:bar";
That's a nice argument, added as comment :)


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

https://reviews.llvm.org/D64349



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

Reply via email to