diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-05-07 17:29:48 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-05-07 17:29:48 +0000 |
commit | d51409ae9ebd2b58b8dbf0cfbb4f19c27a493ecd (patch) | |
tree | 59107336b7b639cb175286a43e594c5b506e38ae | |
parent | eb40a0fd98c44ecc6360e7fab33cf9e9911bed4f (diff) |
Update CMake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103269 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/MC/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MC/CMakeLists.txt b/lib/MC/CMakeLists.txt index dba0e14356..7ddeef7e18 100644 --- a/lib/MC/CMakeLists.txt +++ b/lib/MC/CMakeLists.txt @@ -14,6 +14,7 @@ add_llvm_library(LLVMMC MCNullStreamer.cpp MCObjectWriter.cpp MCSection.cpp + MCSectionCOFF.cpp MCSectionELF.cpp MCSectionMachO.cpp MCStreamer.cpp |