diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2018-04-04 12:37:44 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2018-04-04 12:37:44 +0000 |
| commit | 1cbd0969143e1e7c016fcfda5866a598e5e4b765 (patch) | |
| tree | d36c95cd33587ad51f6aec0133d839c5fe4a2b6e /llvm/lib/Target/SystemZ | |
| parent | 55d717805ba4731f1b09d09d9d9fd53527c60add (diff) | |
| download | bcm5719-llvm-1cbd0969143e1e7c016fcfda5866a598e5e4b765.tar.gz bcm5719-llvm-1cbd0969143e1e7c016fcfda5866a598e5e4b765.zip | |
Sort targetgen calls in lib/Target/*/CMakeLists.
Makes it easier to see mistakes such as the one fixed in r329178 and makes
the different target CMakeLists more consistent.
Also remove some stale-looking comments from the Nios2 target cmakefile.
No intended behavior change.
llvm-svn: 329181
Diffstat (limited to 'llvm/lib/Target/SystemZ')
| -rw-r--r-- | llvm/lib/Target/SystemZ/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/CMakeLists.txt b/llvm/lib/Target/SystemZ/CMakeLists.txt index 138e14a25b7..7b521173656 100644 --- a/llvm/lib/Target/SystemZ/CMakeLists.txt +++ b/llvm/lib/Target/SystemZ/CMakeLists.txt @@ -5,10 +5,11 @@ tablegen(LLVM SystemZGenAsmWriter.inc -gen-asm-writer) tablegen(LLVM SystemZGenCallingConv.inc -gen-callingconv) tablegen(LLVM SystemZGenDAGISel.inc -gen-dag-isel) tablegen(LLVM SystemZGenDisassemblerTables.inc -gen-disassembler) -tablegen(LLVM SystemZGenMCCodeEmitter.inc -gen-emitter) tablegen(LLVM SystemZGenInstrInfo.inc -gen-instr-info) +tablegen(LLVM SystemZGenMCCodeEmitter.inc -gen-emitter) tablegen(LLVM SystemZGenRegisterInfo.inc -gen-register-info) tablegen(LLVM SystemZGenSubtargetInfo.inc -gen-subtarget) + add_public_tablegen_target(SystemZCommonTableGen) add_llvm_target(SystemZCodeGen |

