diff options
author | Lang Hames <lhames@gmail.com> | 2015-10-28 01:03:09 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2015-10-28 01:03:09 +0000 |
commit | f6bd01097a04635343c97818d157450a8df863b9 (patch) | |
tree | b543a8e52c41cc91fd4ce64b7c2ba2c0f0336937 /llvm/unittests/ExecutionEngine/Orc/OrcTestCommon.cpp | |
parent | ec6151066f73d1e27a059fc0924e031481903279 (diff) | |
download | bcm5719-llvm-f6bd01097a04635343c97818d157450a8df863b9.tar.gz bcm5719-llvm-f6bd01097a04635343c97818d157450a8df863b9.zip |
[Orc] Revert the C bindngs commit, r251472, while I debug some builder failures.
llvm-svn: 251473
Diffstat (limited to 'llvm/unittests/ExecutionEngine/Orc/OrcTestCommon.cpp')
-rw-r--r-- | llvm/unittests/ExecutionEngine/Orc/OrcTestCommon.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/unittests/ExecutionEngine/Orc/OrcTestCommon.cpp b/llvm/unittests/ExecutionEngine/Orc/OrcTestCommon.cpp index 1b5485d3b33..5fea3c89f86 100644 --- a/llvm/unittests/ExecutionEngine/Orc/OrcTestCommon.cpp +++ b/llvm/unittests/ExecutionEngine/Orc/OrcTestCommon.cpp @@ -15,8 +15,6 @@ using namespace llvm; -bool OrcExecutionTest::NativeTargetInitialized = false; - ModuleBuilder::ModuleBuilder(LLVMContext &Context, StringRef Triple, StringRef Name) : M(new Module(Name, Context)), |