[cfe-dev] Hack for FreeBSD ABI support
Eli Friedman
eli.friedman at gmail.com
Sat Aug 15 16:01:52 PDT 2009
On Sat, Aug 15, 2009 at 9:41 AM, David Chisnall<csdavec at swansea.ac.uk> wrote:
> Currently Clang uses the DOS ABI (used by Linux) by default on x86 and the
> BSD ABI if the target triple contains 'darwin'. This little hack selects
> the correct ABI for FreeBSD. It's almost certainly not the best way of
> doing it, so feel free to select some other way.
I think it's fine as-is for the moment, assuming it's correct.
-Eli
More information about the cfe-dev
mailing list