[PATCH] Driver: add target definition for Windows on ARM
David Majnemer
david.majnemer at gmail.com
Wed Apr 2 14:22:55 PDT 2014
================
Comment at: lib/Basic/Targets.cpp:4415
@@ +4414,3 @@
+ Builder.defineMacro("__cdecl", "");
+ Builder.defineMacro("__stdcall", "");
+ // The __inline keyword is similar to GNU inline.
----------------
This looks wrong. You want to implement `checkCallingConvention`.
http://llvm-reviews.chandlerc.com/D3241
More information about the llvm-commits
mailing list