aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/CMakeLists.txt
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-20 20:01:54 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-20 20:01:54 +0000
commitdbd692a66e6a5f60ec3ff120ed27ae3a918c375f (patch)
tree6d907de7a0162d51e5dbc71592dfdf2bdffe127e /lib/MC/CMakeLists.txt
parent753480ad204c122dab5942ff40f7f5b10c7a891e (diff)
downloadexternal_llvm-dbd692a66e6a5f60ec3ff120ed27ae3a918c375f.zip
external_llvm-dbd692a66e6a5f60ec3ff120ed27ae3a918c375f.tar.gz
external_llvm-dbd692a66e6a5f60ec3ff120ed27ae3a918c375f.tar.bz2
Add MCAsmLexer interface.
- This provides the AsmLexer interface to the target specific assembly parsers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76460 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/CMakeLists.txt')
-rw-r--r--lib/MC/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MC/CMakeLists.txt b/lib/MC/CMakeLists.txt
index f0af7df..3dd1e18 100644
--- a/lib/MC/CMakeLists.txt
+++ b/lib/MC/CMakeLists.txt
@@ -1,4 +1,5 @@
add_llvm_library(LLVMMC
+ MCAsmLexer.cpp
MCAsmParser.cpp
MCAsmStreamer.cpp
MCContext.cpp