1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/unittests/ExecutionEngine/JIT
Rafael Espindola ce20ee3e79 Remove the last uses of 'using std::error_code'
This finishes the transition to std::error_code.

llvm-svn: 210877
2014-06-13 03:20:08 +00:00
..
CMakeLists.txt Port r198087 and r198089 (strip dead code by default) from make to cmake. 2013-12-30 03:36:05 +00:00
IntelJITEventListenerTest.cpp Changes in IntelJITEventListener - By Arch Robinson 2014-04-06 11:08:33 +00:00
JITEventListenerTest.cpp Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00
JITEventListenerTestCommon.h Replace OwningPtr<T> with std::unique_ptr<T>. 2014-03-06 05:51:42 +00:00
JITMemoryManagerTest.cpp [C++11] Use 'nullptr'. 2014-06-08 22:29:17 +00:00
JITTest.cpp Remove the last uses of 'using std::error_code' 2014-06-13 03:20:08 +00:00
JITTests.def unittests/CMakeLists.txt: [PR8225] Tweak linking JITTests on MSVC to add JITTests.def. 2010-11-19 03:19:42 +00:00
Makefile Attempt to fix JIT unit tests after r198087. 2013-12-27 23:36:22 +00:00
MultiJITTest.cpp [C++11] Use 'nullptr'. 2014-06-08 22:29:17 +00:00
OProfileJITEventListenerTest.cpp Sort the #include lines for unittest/... 2012-12-04 10:23:08 +00:00