[llvm-commits] Why isn't the integrated as used with -static?
Daniel Dunbar
daniel_dunbar at apple.com
Fri Mar 18 08:27:56 PDT 2011
Sure, it's fine to make it OS X only.
I'd like to leave the test until I have had a chance to qualify it.
Thanks,
- Daniel
On Mar 17, 2011, at 8:46 PM, Rafael Ávila de Espíndola wrote:
> Driver.cpp has
>
>
> // FIXME: This doesn't belong here, but ideally we will support static soon
> // anyway.
> bool HasStatic = (C.getArgs().hasArg(options::OPT_mkernel) ||
> C.getArgs().hasArg(options::OPT_static) ||
> C.getArgs().hasArg(options::OPT_fapple_kext));
>
> That comment was added on 2010-05-14. Do we support -static now? :-) If not, is it ok to make this an OS X only test?
>
> Cheers,
> Rafael
More information about the llvm-commits
mailing list