aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/ExecutionEngine.cpp
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2009-11-09 22:34:19 +0000
committerJeffrey Yasskin <jyasskin@google.com>2009-11-09 22:34:19 +0000
commit35294ef681cd8a790a015b5e430e62e04634bcba (patch)
treeb1aff9451e0bc2e2b0037bfb5ba6d9e582e56463 /lib/ExecutionEngine/ExecutionEngine.cpp
parent8674f03b85cbf65f4e15902a68e089341b9f1743 (diff)
downloadexternal_llvm-35294ef681cd8a790a015b5e430e62e04634bcba.tar.gz
external_llvm-35294ef681cd8a790a015b5e430e62e04634bcba.tar.bz2
external_llvm-35294ef681cd8a790a015b5e430e62e04634bcba.zip
Remove dlsym stubs, with Nate Begeman's permission.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86606 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/ExecutionEngine/ExecutionEngine.cpp')
-rw-r--r--lib/ExecutionEngine/ExecutionEngine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ExecutionEngine/ExecutionEngine.cpp b/lib/ExecutionEngine/ExecutionEngine.cpp
index 21499e5f64..f73c92d79c 100644
--- a/lib/ExecutionEngine/ExecutionEngine.cpp
+++ b/lib/ExecutionEngine/ExecutionEngine.cpp
@@ -52,7 +52,6 @@ ExecutionEngine::ExecutionEngine(ModuleProvider *P)
CompilingLazily = false;
GVCompilationDisabled = false;
SymbolSearchingDisabled = false;
- DlsymStubsEnabled = false;
Modules.push_back(P);
assert(P && "ModuleProvider is null?");
}