aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Lanai
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
commit2141b4692fc7f468613a799deb51ea01260e2430 (patch)
tree07f6031be53f04d95c050e33c3f14bd4f0d336bc /lib/Target/Lanai
parent7e97238dd7a3370250eb0af74e1c36ede02a1f39 (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@329181 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Lanai')
-rw-r--r--lib/Target/Lanai/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Lanai/CMakeLists.txt b/lib/Target/Lanai/CMakeLists.txt
index 867f6165c25..41af095fa50 100644
--- a/lib/Target/Lanai/CMakeLists.txt
+++ b/lib/Target/Lanai/CMakeLists.txt
@@ -9,6 +9,7 @@ tablegen(LLVM LanaiGenInstrInfo.inc -gen-instr-info)
tablegen(LLVM LanaiGenMCCodeEmitter.inc -gen-emitter)
tablegen(LLVM LanaiGenRegisterInfo.inc -gen-register-info)
tablegen(LLVM LanaiGenSubtargetInfo.inc -gen-subtarget)
+
add_public_tablegen_target(LanaiCommonTableGen)
add_llvm_target(LanaiCodeGen