cdavis5x marked an inline comment as done.
================
Comment at: include/clang/Basic/Attr.td:2032
@@ -2031,1 +2031,3 @@
+def MSHookPrologue : InheritableAttr {
+ let Spellings = [GCC<"ms_hook_prologue">];
----------------
aaron.ballman wrote:
> Does this attribute appertain to all targets, or only targets that MSVC
> supports?
Only to //CPUs// that MSVC supports, but it works on all OSes--even non-Windows
ones.
I should mention that this attribute was specifically added to GCC so Wine
could use it.
http://reviews.llvm.org/D19909
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits