1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/unittests/ExecutionEngine/Orc
Benjamin Kramer c5f28c35c8 Don't use std::make_unique.
We still have to support C++11 standard libraries, make_unique is a C++14
feature.

llvm-svn: 240642
2015-06-25 13:47:36 +00:00
..
CMakeLists.txt [ORC] Add ObjectTransformLayer 2015-06-25 13:35:22 +00:00
IndirectionUtilsTest.cpp [Orc] Make the makeStub function propagate argument attributes onto the call to 2015-04-20 20:41:45 +00:00
LazyEmittingLayerTest.cpp
Makefile
ObjectTransformLayerTest.cpp Don't use std::make_unique. 2015-06-25 13:47:36 +00:00
OrcTestCommon.cpp [Orc] Make the makeStub function propagate argument attributes onto the call to 2015-04-20 20:41:45 +00:00
OrcTestCommon.h s/NULL/nullptr/ in OrcTestCommon.h to silence -Wsentinel in clang-cl 2015-04-21 15:56:21 +00:00