diff options
author | Evan Cheng <evan.cheng@apple.com> | 2011-07-23 00:45:41 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2011-07-23 00:45:41 +0000 |
commit | a7cfc08ebe737062917b442830eb5321b0f79e89 (patch) | |
tree | 19d83afdf739c55d479b9415e223b43abf4b931a /lib/Target/CMakeLists.txt | |
parent | 7decee357b9e72491ef74c9497fe758ed55e50e4 (diff) | |
download | external_llvm-a7cfc08ebe737062917b442830eb5321b0f79e89.zip external_llvm-a7cfc08ebe737062917b442830eb5321b0f79e89.tar.gz external_llvm-a7cfc08ebe737062917b442830eb5321b0f79e89.tar.bz2 |
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where they belong.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135833 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CMakeLists.txt')
-rw-r--r-- | lib/Target/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/CMakeLists.txt b/lib/Target/CMakeLists.txt index a31f041..d91940a 100644 --- a/lib/Target/CMakeLists.txt +++ b/lib/Target/CMakeLists.txt @@ -1,7 +1,6 @@ add_llvm_library(LLVMTarget Mangler.cpp Target.cpp - TargetAsmLexer.cpp TargetData.cpp TargetELFWriterInfo.cpp TargetFrameLowering.cpp |