1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/unittests/ExecutionEngine/MCJIT
Saleem Abdulrasool f65e13b05a MCJIT: ensure that cygwin is identified properly
Cygwin is now a proper environment rather than an OS.  This updates the MCJIT
tests to avoid execution on Cygwin.  This fixes native cygwin tests.

llvm-svn: 205266
2014-03-31 23:42:23 +00:00
..
CMakeLists.txt Stackmaps are used for OSR exits, which is a custom kind of unwinding. Hence, they 2014-02-20 23:57:31 +00:00
Makefile Stackmaps are used for OSR exits, which is a custom kind of unwinding. Hence, they 2014-02-20 23:57:31 +00:00
MCJITCAPITest.cpp MCJIT: ensure that cygwin is identified properly 2014-03-31 23:42:23 +00:00
MCJITMemoryManagerTest.cpp Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00
MCJITMultipleModuleTest.cpp Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00
MCJITObjectCacheTest.cpp Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00
MCJITTest.cpp [C++11] Replace OwningPtr::take() with OwningPtr::release(). 2014-03-05 10:19:29 +00:00
MCJITTestAPICommon.h MCJIT: ensure that cygwin is identified properly 2014-03-31 23:42:23 +00:00
MCJITTestBase.h MCJIT: ensure that cygwin is identified properly 2014-03-31 23:42:23 +00:00
MCJITTests.def