1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/ExecutionEngine/JIT
Alp Toker 1bfa029bc4 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.

llvm-svn: 213300
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
Makefile