forked from OSchip/llvm-project
This adds the following targets to cmake. These can be used to build and link only specific parts of a backend, instead of having to link the whole backend.
- AllTargetsAsmPrinters, AllTargetsAsmParsers, AllTargetsDescs, AllTargetsDisassemblers, AllTargetsInfos
A typical use for these is instead of linking ${LLVM_TARGETS_TO_BUILD}. This commit changes llvm-mc to show how to use the new targets.
Reviewed by Chris Bieneman.
llvm-svn: 235324
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Disassembler.cpp | ||
| Disassembler.h | ||
| LLVMBuild.txt | ||
| Makefile | ||
| llvm-mc.cpp | ||