diff options
author | Chris Lattner <sabre@nondot.org> | 2010-01-22 01:58:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-01-22 01:58:44 +0000 |
commit | 81e2b9a23792c618b72b13c2035fa600f9ce8ace (patch) | |
tree | e5993dfb67150181789417c08e216cd922d8a8a7 | |
parent | 5b0e01c54e36b59e465d6bca0a60c53741a0f037 (diff) | |
download | bcm5719-llvm-81e2b9a23792c618b72b13c2035fa600f9ce8ace.tar.gz bcm5719-llvm-81e2b9a23792c618b72b13c2035fa600f9ce8ace.zip |
add new file
llvm-svn: 94132
-rw-r--r-- | llvm/lib/Target/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/CMakeLists.txt b/llvm/lib/Target/CMakeLists.txt index 82e472790e6..10478b4f165 100644 --- a/llvm/lib/Target/CMakeLists.txt +++ b/llvm/lib/Target/CMakeLists.txt @@ -2,6 +2,7 @@ add_llvm_library(LLVMTarget Mangler.cpp SubtargetFeature.cpp Target.cpp + TargetAsmLexer.cpp TargetData.cpp TargetELFWriterInfo.cpp TargetFrameInfo.cpp |