aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/CMakeLists.txt
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-06-30 00:48:55 +0000
committerOwen Anderson <resistor@mac.com>2009-06-30 00:48:55 +0000
commit2bc29dc0bcb3c1441477a062e4a5cffff175c8ca (patch)
tree7196f852f04796c58c3adeb6e589e2895c3aa4a0 /lib/VMCore/CMakeLists.txt
parentd7b267bd908ee1a1792a6a917c036e764fc3ace0 (diff)
downloadexternal_llvm-2bc29dc0bcb3c1441477a062e4a5cffff175c8ca.zip
external_llvm-2bc29dc0bcb3c1441477a062e4a5cffff175c8ca.tar.gz
external_llvm-2bc29dc0bcb3c1441477a062e4a5cffff175c8ca.tar.bz2
Add LLVMContext, which will eventually be used as a container for privatizing a lot of (currently) global state, including the
constant and type uniquing tables. For now, just make it a wrapper around the existing APIs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74488 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 d78e093..c9cdce4 100644
--- a/lib/VMCore/CMakeLists.txt
+++ b/lib/VMCore/CMakeLists.txt
@@ -14,6 +14,7 @@ add_llvm_library(LLVMCore
Instructions.cpp
IntrinsicInst.cpp
LeakDetector.cpp
+ LLVMContext.cpp
Mangler.cpp
Module.cpp
ModuleProvider.cpp