1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 06:22:56 +02:00
llvm-mirror/unittests/ExecutionEngine/JIT
Jeffrey Yasskin 0c46d96fd0 Partially revert r91626. Materializing extra functions to determine whether
they're available_externally broke VMKit, which was relying on the fact that
functions would only be materialized when they were first called.  We'll have
to wait for http://llvm.org/PR5737 to really fix this.

I also added a test for one of the F->isDeclaration() calls which wasn't
covered by anything else in the test suite.

llvm-svn: 91943
2009-12-22 23:47:23 +00:00
..
JITEventListenerTest.cpp Automatically do the equivalent of freeMachineCodeForFunction(F) when F is 2009-10-27 00:03:05 +00:00
JITMemoryManagerTest.cpp Type.h doesn't need to #include LLVMContext.h 2009-10-27 17:08:31 +00:00
JITTest.cpp Partially revert r91626. Materializing extra functions to determine whether 2009-12-22 23:47:23 +00:00
Makefile Partially revert r91626. Materializing extra functions to determine whether 2009-12-22 23:47:23 +00:00