From: Mike Stump Date: Mon, 27 Jul 2009 18:18:30 +0000 (+0000) Subject: Fix build. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=487cdc1bdcbb9c62b939f9e153d3fcb5da8c0c8c;p=oota-llvm.git Fix build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77217 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/CMakeLists.txt b/lib/Target/CMakeLists.txt index 459744116dc..98df86cc820 100644 --- a/lib/Target/CMakeLists.txt +++ b/lib/Target/CMakeLists.txt @@ -1,4 +1,5 @@ add_llvm_library(LLVMTarget + COFFTargetAsmInfo.cpp DarwinTargetAsmInfo.cpp ELFTargetAsmInfo.cpp SubtargetFeature.cpp