llvm-6502/lib/ExecutionEngine/JIT
Alp Toker 3cf9f37312 Drop the udis86 wrapper from llvm::sys
This optional dependency on the udis86 library was added some time back to aid
JIT development, but doesn't make much sense to link into LLVM binaries these
days.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213300 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-17 20:05:29 +00:00
..
CMakeLists.txt
JIT.cpp Revert "Replace Execution Engine's mutex with std::recursive_mutex." 2014-06-20 21:07:14 +00:00
JIT.h Cleanup more unreferenced MutexGuard parameters on functions. 2014-06-16 22:41:08 +00:00
JITEmitter.cpp Drop the udis86 wrapper from llvm::sys 2014-07-17 20:05:29 +00:00
JITMemoryManager.cpp [C++] Use 'nullptr'. 2014-04-28 04:05:08 +00:00
LLVMBuild.txt Prune redundant dependencies in LLVMBuild.txt. 2013-12-11 00:30:57 +00:00
Makefile