aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/InstPrinter/CMakeLists.txt
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-10-01 22:39:28 +0000
committerJim Grosbach <grosbach@apple.com>2010-10-01 22:39:28 +0000
commit7ac1609a3b81504d269bf967060241c309771f23 (patch)
tree41cba4e9be873c1d0cd0d77a24d37531a725fbff /lib/Target/ARM/InstPrinter/CMakeLists.txt
parente5e2c41b7f4247766773e2d89b1725ad03c39fe1 (diff)
downloadexternal_llvm-7ac1609a3b81504d269bf967060241c309771f23.zip
external_llvm-7ac1609a3b81504d269bf967060241c309771f23.tar.gz
external_llvm-7ac1609a3b81504d269bf967060241c309771f23.tar.bz2
Rename the AsmPrinter directory to InstPrinter for those targets that have
been MC-ized for assembly printing. MSP430 is mostly so, but still has the asm printer and lowering code in the printer subdir for the moment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115360 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/InstPrinter/CMakeLists.txt')
-rw-r--r--lib/Target/ARM/InstPrinter/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Target/ARM/InstPrinter/CMakeLists.txt b/lib/Target/ARM/InstPrinter/CMakeLists.txt
new file mode 100644
index 0000000..18645c0
--- /dev/null
+++ b/lib/Target/ARM/InstPrinter/CMakeLists.txt
@@ -0,0 +1,6 @@
+include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
+
+add_llvm_library(LLVMARMAsmPrinter
+ ARMInstPrinter.cpp
+ )
+add_dependencies(LLVMARMAsmPrinter ARMCodeGenTable_gen)