summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/BPF
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2018-04-04 12:37:44 +0000
committerNico Weber <nicolasweber@gmx.de>2018-04-04 12:37:44 +0000
commit1cbd0969143e1e7c016fcfda5866a598e5e4b765 (patch)
treed36c95cd33587ad51f6aec0133d839c5fe4a2b6e /llvm/lib/Target/BPF
parent55d717805ba4731f1b09d09d9d9fd53527c60add (diff)
downloadbcm5719-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/BPF')
-rw-r--r--llvm/lib/Target/BPF/CMakeLists.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/llvm/lib/Target/BPF/CMakeLists.txt b/llvm/lib/Target/BPF/CMakeLists.txt
index c3d2e48de51..76e72d53f4f 100644
--- a/llvm/lib/Target/BPF/CMakeLists.txt
+++ b/llvm/lib/Target/BPF/CMakeLists.txt
@@ -1,14 +1,15 @@
set(LLVM_TARGET_DEFINITIONS BPF.td)
-tablegen(LLVM BPFGenRegisterInfo.inc -gen-register-info)
-tablegen(LLVM BPFGenInstrInfo.inc -gen-instr-info)
-tablegen(LLVM BPFGenDisassemblerTables.inc -gen-disassembler)
-tablegen(LLVM BPFGenAsmWriter.inc -gen-asm-writer)
tablegen(LLVM BPFGenAsmMatcher.inc -gen-asm-matcher)
+tablegen(LLVM BPFGenAsmWriter.inc -gen-asm-writer)
+tablegen(LLVM BPFGenCallingConv.inc -gen-callingconv)
tablegen(LLVM BPFGenDAGISel.inc -gen-dag-isel)
+tablegen(LLVM BPFGenDisassemblerTables.inc -gen-disassembler)
+tablegen(LLVM BPFGenInstrInfo.inc -gen-instr-info)
tablegen(LLVM BPFGenMCCodeEmitter.inc -gen-emitter)
-tablegen(LLVM BPFGenCallingConv.inc -gen-callingconv)
+tablegen(LLVM BPFGenRegisterInfo.inc -gen-register-info)
tablegen(LLVM BPFGenSubtargetInfo.inc -gen-subtarget)
+
add_public_tablegen_target(BPFCommonTableGen)
add_llvm_target(BPFCodeGen
OpenPOWER on IntegriCloud