[PATCH] Add targets to cmake for specific target components

Pete Cooper peter_cooper at apple.com
Mon Apr 20 11:25:32 PDT 2015


Thanks.  r235324

Pete
> On Apr 20, 2015, at 10:38 AM, Chris Bieneman <beanz at apple.com> wrote:
> 
> LGTM.
> 
> -Chris
> 
>> On Apr 17, 2015, at 5:44 PM, Pete Cooper <peter_cooper at apple.com> wrote:
>> 
>> Hi Chris
>> 
>> This patch adds cmake targets such as ‘AllTargetsAsmPrinters’ which can be used to depend on a specific piece of a backend, instead of the whole backend.
>> 
>> The patch also updates llvm-mc to make use of these new targets, as llvm-mc only needs the asm parsers and printers from targets, not their codegen.  This reduces the number of C++ files which need to be built when iterating on llvm-mc.
>> 
>> Cheers,
>> Pete
>> 
>> <llvm-mc.diff>_______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> 





More information about the llvm-commits mailing list