aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430/InstPrinter/CMakeLists.txt
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-10-01 22:57:18 +0000
committerJim Grosbach <grosbach@apple.com>2010-10-01 22:57:18 +0000
commit7722980950cede2f54150f171a3c01bb3f1089bf (patch)
tree0139e360fc6359648fac5bc8002c9439d6c03d0d /lib/Target/MSP430/InstPrinter/CMakeLists.txt
parent055028215d53759a46fcc61fe95cda4a4bdf3a35 (diff)
downloadexternal_llvm-7722980950cede2f54150f171a3c01bb3f1089bf.zip
external_llvm-7722980950cede2f54150f171a3c01bb3f1089bf.tar.gz
external_llvm-7722980950cede2f54150f171a3c01bb3f1089bf.tar.bz2
Now that the asmprinter itself isn't in the subdir, rename 'AsmPrinter' to
'InstPrinter' to fall into line with the other MC-ized assembly printer using targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115367 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430/InstPrinter/CMakeLists.txt')
-rw-r--r--lib/Target/MSP430/InstPrinter/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Target/MSP430/InstPrinter/CMakeLists.txt b/lib/Target/MSP430/InstPrinter/CMakeLists.txt
new file mode 100644
index 0000000..4b1f4e6
--- /dev/null
+++ b/lib/Target/MSP430/InstPrinter/CMakeLists.txt
@@ -0,0 +1,8 @@
+include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
+
+add_llvm_library(LLVMMSP430AsmPrinter
+ MSP430AsmPrinter.cpp
+ MSP430InstPrinter.cpp
+ MSP430MCInstLower.cpp
+ )
+add_dependencies(LLVMMSP430AsmPrinter MSP430CodeGenTable_gen)