Re-apply r115363 and r115366 now that r115525 has removed the un-needed header
authorJim Grosbach <grosbach@apple.com>
Tue, 5 Oct 2010 00:34:11 +0000 (00:34 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 5 Oct 2010 00:34:11 +0000 (00:34 +0000)
commit33caa07cc57a6311292f7e89c008c5479bde50ca
tree343da0afdd30b62ece9fc5a0a80e64fe87ffc527
parent90371ad16529099d53e78b1c6ac0c7e8b6374153
Re-apply r115363 and r115366 now that r115525 has removed the un-needed header
that caused the circular dependencies on Linux.

Built OK for me on OSX and Linux (Ubuntu) with configure/make and CMake. Will
keep an eye on the bots....

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115582 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
lib/Target/MSP430/AsmPrinter/CMakeLists.txt [deleted file]
lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp [deleted file]
lib/Target/MSP430/AsmPrinter/MSP430InstPrinter.cpp [deleted file]
lib/Target/MSP430/AsmPrinter/MSP430InstPrinter.h [deleted file]
lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.cpp [deleted file]
lib/Target/MSP430/AsmPrinter/MSP430MCInstLower.h [deleted file]
lib/Target/MSP430/AsmPrinter/Makefile [deleted file]
lib/Target/MSP430/CMakeLists.txt
lib/Target/MSP430/InstPrinter/CMakeLists.txt [new file with mode: 0644]
lib/Target/MSP430/InstPrinter/MSP430InstPrinter.cpp [new file with mode: 0644]
lib/Target/MSP430/InstPrinter/MSP430InstPrinter.h [new file with mode: 0644]
lib/Target/MSP430/InstPrinter/Makefile [new file with mode: 0644]
lib/Target/MSP430/MSP430AsmPrinter.cpp [new file with mode: 0644]
lib/Target/MSP430/MSP430MCInstLower.cpp [new file with mode: 0644]
lib/Target/MSP430/MSP430MCInstLower.h [new file with mode: 0644]
lib/Target/MSP430/Makefile