> > Please correct me if I'm wrong but isn't fastcc an x86-specific > > calling convention? In this case, a regular expression should be > > used to allow this check passing on a different architecture. > > You're thinking of 'fastcall', which is spelled 'x86_fastcall'. > 'fastcc' is an LLVM abstraction which intentionally does not provide > any ABI constraints.
I gladly stand corrected. Let's just solve the OpenCL versioning conundrum: http://lists.cs.uiuc.edu/pipermail/cfe-dev/2012-June/022116.html Thanks, Anton. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
