Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the
[oota-llvm.git] / include / llvm / LLVMContext.h
index 01c64a81e0490f602038e87cf240eda6eae24bb2..1d95502bcd6a5a3de85219e04fad91c8471a0604 100644 (file)
@@ -197,6 +197,9 @@ public:
   VectorType* getVectorTypeTruncatedElement(const VectorType* VTy);
 };
 
+/// FOR BACKWARDS COMPATIBILITY - Returns a global context.
+LLVMContext* getGlobalContext();
+
 }
 
 #endif