diff options
author | Jeffrey Yasskin <jyasskin@google.com> | 2009-11-09 22:34:19 +0000 |
---|---|---|
committer | Jeffrey Yasskin <jyasskin@google.com> | 2009-11-09 22:34:19 +0000 |
commit | 8483f12ac549e574d2d50ae4cc3929a36037999b (patch) | |
tree | d3f4f9d5fe08a41d2645ba7986f40d33c7ef5d75 /llvm/lib/ExecutionEngine/JIT/JIT.h | |
parent | 1218b804fbcc7a3c083a1ec7d458fb98197ccc41 (diff) | |
download | bcm5719-llvm-8483f12ac549e574d2d50ae4cc3929a36037999b.tar.gz bcm5719-llvm-8483f12ac549e574d2d50ae4cc3929a36037999b.zip |
Remove dlsym stubs, with Nate Begeman's permission.
llvm-svn: 86606
Diffstat (limited to 'llvm/lib/ExecutionEngine/JIT/JIT.h')
-rw-r--r-- | llvm/lib/ExecutionEngine/JIT/JIT.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/JIT.h b/llvm/lib/ExecutionEngine/JIT/JIT.h index fb3cb24333f..6659e754338 100644 --- a/llvm/lib/ExecutionEngine/JIT/JIT.h +++ b/llvm/lib/ExecutionEngine/JIT/JIT.h @@ -195,7 +195,6 @@ private: TargetMachine &tm); void runJITOnFunctionUnlocked(Function *F, const MutexGuard &locked); void updateFunctionStub(Function *F); - void updateDlsymStubTable(); protected: |