summaryrefslogtreecommitdiff
path: root/include/llvm-c/Initialization.h
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-10-07 19:51:21 +0000
committerOwen Anderson <resistor@mac.com>2010-10-07 19:51:21 +0000
commitb8a1ccfc4b2eb84cc59465e2109019c9f85c9114 (patch)
tree524b77464a73da4a024b6c4c210f2d2459bf230d /include/llvm-c/Initialization.h
parenta71b4ba3c8514c77c67ce37b7e0e17a28c763f31 (diff)
downloadllvm-b8a1ccfc4b2eb84cc59465e2109019c9f85c9114.tar.gz
llvm-b8a1ccfc4b2eb84cc59465e2109019c9f85c9114.tar.bz2
llvm-b8a1ccfc4b2eb84cc59465e2109019c9f85c9114.tar.xz
Add initialization routines for VMCore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115963 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c/Initialization.h')
-rw-r--r--include/llvm-c/Initialization.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm-c/Initialization.h b/include/llvm-c/Initialization.h
index 775af4fce1..01dbeb6cdf 100644
--- a/include/llvm-c/Initialization.h
+++ b/include/llvm-c/Initialization.h
@@ -22,6 +22,7 @@
extern "C" {
#endif
+void LLVMInitializeCore(LLVMPassRegistryRef R);
void LLVMInitializeTransformUtils(LLVMPassRegistryRef R);
void LLVMInitializeScalarOpts(LLVMPassRegistryRef R);
void LLVMInitializeIPO(LLVMPassRegistryRef R);