[llvm-commits] [PATCH 5/5] Hookup the ELF support for X86.
Chris Lattner
clattner at apple.com
Mon Jul 26 14:31:38 PDT 2010
On Jul 26, 2010, at 1:37 PM, Benjamin Kramer wrote:
>> + case Triple::DragonFly:
>> + case Triple::NetBSD:
>> + case Triple::OpenBSD:
>> + case Triple::FreeBSD:
>> + case Triple::Solaris:
>> + case Triple::Haiku:
>
> Can't we just make ELF the default? There are way more ELF targets than MachO targets and we default to ELF in other places.
Yes, please do.
-Chris
More information about the llvm-commits
mailing list