1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/unittests/ExecutionEngine
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
..
MCJIT [MCJIT] Add a FindGlobalVariableNamed utility 2015-06-20 00:55:58 +00:00
Orc Don't use std::make_unique. 2015-06-25 13:47:36 +00:00
CMakeLists.txt [orc] Add a trivial unit test to get the ball rolling 2015-02-23 00:36:25 +00:00
ExecutionEngineTest.cpp Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:11:45 +00:00
Makefile Fix Makefile build 2015-02-23 00:53:35 +00:00