aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-07-27 18:18:30 +0000
committerMike Stump <mrs@apple.com>2009-07-27 18:18:30 +0000
commit9d9667001d53d83b9f7afb484fcea4d7d49b11e9 (patch)
tree2c4db8e36bc0a1d7655d42f87d79d96b68578f1a /lib
parent27b470131e8af80917392068b49a4945c1b118df (diff)
downloadexternal_llvm-9d9667001d53d83b9f7afb484fcea4d7d49b11e9.zip
external_llvm-9d9667001d53d83b9f7afb484fcea4d7d49b11e9.tar.gz
external_llvm-9d9667001d53d83b9f7afb484fcea4d7d49b11e9.tar.bz2
Fix build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77217 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/CMakeLists.txt b/lib/Target/CMakeLists.txt
index 4597441..98df86c 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