[PATCH] D19909: [Attr] Add support for the `ms_hook_prologue` attribute.
Charles Davis via cfe-commits
cfe-commits at lists.llvm.org
Mon May 16 13:26:15 PDT 2016
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
More information about the cfe-commits
mailing list