[llvm-commits] PATCH: pruning llvm w/ config flags --enable-target-oses=os1, os2 similar to --enable-target=arch1, arch2.

Eric Christopher echristo at apple.com
Tue Aug 30 11:35:59 PDT 2011


On Aug 29, 2011, at 4:58 PM, Jan Voung wrote:

> Ping.
> 
> - Is this approach acceptable? 
>   - I guess it is hard to test if this has any effect / depends on the compiler.
> - Is trimming the size of the llvm binaries (via config flags) useful to others?
>   - Other examples:
>     - make "include/llvm/Intrinsics.td" not #include intrinsincs for targets that were not enabled through "--enable-target"
>     - config flags to avoid building unused register allocators, other passes
> 

Sorry, I didn't notice this the first time. I'll take a look shortly.

-eric




More information about the llvm-commits mailing list