diff options
| author | Ted Kremenek <kremenek@apple.com> | 2009-07-17 23:50:26 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2009-07-17 23:50:26 +0000 |
| commit | 915b1229d4f27517b5cf15c3cf270ae66d148b93 (patch) | |
| tree | 5fc1a2f2e8659303516c55d891c09d90d8a85f65 | |
| parent | be35620902f424343c91982a2a4a8d0fa9e62476 (diff) | |
| download | bcm5719-llvm-915b1229d4f27517b5cf15c3cf270ae66d148b93.tar.gz bcm5719-llvm-915b1229d4f27517b5cf15c3cf270ae66d148b93.zip | |
Update CMake file.
llvm-svn: 76264
| -rw-r--r-- | llvm/lib/MC/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/MC/CMakeLists.txt b/llvm/lib/MC/CMakeLists.txt index 6307ffe32c8..4e16388fec6 100644 --- a/llvm/lib/MC/CMakeLists.txt +++ b/llvm/lib/MC/CMakeLists.txt @@ -2,4 +2,5 @@ add_llvm_library(LLVMMC MCAsmStreamer.cpp MCContext.cpp MCStreamer.cpp + TargetAsmParser.cpp ) |

