aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/CMakeLists.txt
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-04-03 22:34:07 +0000
committerEric Christopher <echristo@apple.com>2011-04-03 22:34:07 +0000
commite243fd9e2be8897c9350650b724d7eda2f607f8f (patch)
treeb9bf6596254d76145d72df9cf971c4a15cda01f5 /lib/VMCore/CMakeLists.txt
parentc12d4c93f94e271d32e60fae1d521c4fca39ae1e (diff)
downloadexternal_llvm-e243fd9e2be8897c9350650b724d7eda2f607f8f.zip
external_llvm-e243fd9e2be8897c9350650b724d7eda2f607f8f.tar.gz
external_llvm-e243fd9e2be8897c9350650b724d7eda2f607f8f.tar.bz2
Add a set of C bindings for the Object interface.
Patch by Patrick Walton! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128798 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/CMakeLists.txt')
-rw-r--r--lib/VMCore/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VMCore/CMakeLists.txt b/lib/VMCore/CMakeLists.txt
index 6bde263..a6a347d 100644
--- a/lib/VMCore/CMakeLists.txt
+++ b/lib/VMCore/CMakeLists.txt
@@ -24,6 +24,7 @@ add_llvm_library(LLVMCore
LeakDetector.cpp
Metadata.cpp
Module.cpp
+ Object.cpp
Pass.cpp
PassManager.cpp
PassRegistry.cpp