From: Douglas Gregor Date: Tue, 30 Jun 2009 14:37:26 +0000 (+0000) Subject: Fix CMake build X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=892b507f7cf6611619db45077f364dc4d3b79ca9;p=oota-llvm.git Fix CMake build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74527 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-mc/CMakeLists.txt b/tools/llvm-mc/CMakeLists.txt index 2dd878d6e46..b21a4b1b918 100644 --- a/tools/llvm-mc/CMakeLists.txt +++ b/tools/llvm-mc/CMakeLists.txt @@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS support MC) add_llvm_tool(llvm-mc llvm-mc.cpp + AsmExpr.cpp AsmLexer.cpp AsmParser.cpp MC-X86Specific.cpp