[PATCH] Add targets to cmake for specific target components
Chris Bieneman
beanz at apple.com
Mon Apr 20 10:38:58 PDT 2015
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