summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/InstPrinter
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-10-02 00:39:56 +0000
committerJim Grosbach <grosbach@apple.com>2010-10-02 00:39:56 +0000
commit0e69aff03aa796563f7b21e9dbb17344efa017c4 (patch)
tree4e2f07e116c96ab564f0ef687ddf2a83a33d3602 /lib/Target/MSP430/InstPrinter
parent890dbbec5773fb4d3823e3102d403d79900b08bc (diff)
downloadllvm-0e69aff03aa796563f7b21e9dbb17344efa017c4.tar.gz
llvm-0e69aff03aa796563f7b21e9dbb17344efa017c4.tar.bz2
llvm-0e69aff03aa796563f7b21e9dbb17344efa017c4.tar.xz
Update CMake files for recent AsmPrinter->InstPrinter changes. Can someone who
is more familiar with CMake please review? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115391 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430/InstPrinter')
-rw-r--r--lib/Target/MSP430/InstPrinter/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/MSP430/InstPrinter/CMakeLists.txt b/lib/Target/MSP430/InstPrinter/CMakeLists.txt
index 4b1f4e6ff2..f5458d59a8 100644
--- a/lib/Target/MSP430/InstPrinter/CMakeLists.txt
+++ b/lib/Target/MSP430/InstPrinter/CMakeLists.txt
@@ -1,8 +1,6 @@
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)