[llvm-commits] Why isn't the integrated as used with -static?

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Thu Mar 17 20:46:17 PDT 2011


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