[Orc] Re-add C bindings for the Orc APIs, with a fix to remove the union that
[oota-llvm.git] / unittests / ExecutionEngine / Orc / OrcTestCommon.cpp
index 5fea3c89f86c286923bd5e7546744c7d4e925054..1b5485d3b33ba1184ca8119d5ccbf6936903cadc 100644 (file)
@@ -15,6 +15,8 @@
 
 using namespace llvm;
 
+bool OrcExecutionTest::NativeTargetInitialized = false;
+
 ModuleBuilder::ModuleBuilder(LLVMContext &Context, StringRef Triple,
                              StringRef Name)
   : M(new Module(Name, Context)),