[LLVMdev] modify cmakefiles to set the default triple of msvc and mingw to i686-pc-mingw

Eli Friedman eli.friedman at gmail.com
Sun Aug 9 12:42:39 PDT 2009


On Sun, Aug 9, 2009 at 10:03 AM, Óscar Fuentes<ofv at wanadoo.es> wrote:
>> Also, now msvc support multiple target. So it's better to set it as
>> ${LLVM_ALL_TARGETS}
>> It's can working, why not set it to:.
>
> I think most LLVM users on Windows are interested on X86 only. This
> saves a lot of time on the build process and creates smaller
> executables. Anyways, it they want all targets, it is simply a matter of
> passing -DLLVM_TARGETS_TO_BUILD=all on the cmake command line.

I don't see any reason why that argument applies to people building
with MSVC, but not people on other platforms.

-Eli




More information about the llvm-dev mailing list