1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 04:52:54 +02:00
llvm-mirror/tools/lli/ChildTarget
Nico Weber 9dc54a8808 Revert 266581 (and follow-up 266588), it doesn't build on Windows.
Three problems:
1. <future> can't be easily used.  If you must use it, see
   include/Support/ThreadPool.h for how.
2. constexpr problems, even after 266588.
3. Move assignment operators can't be defaulted in MSVC2013.

llvm-svn: 266615
2016-04-18 13:57:08 +00:00
..
ChildTarget.cpp Revert 266581 (and follow-up 266588), it doesn't build on Windows. 2016-04-18 13:57:08 +00:00
CMakeLists.txt lli-child-target: Introduce a new dependency on RuntimeDyld. 2016-01-11 23:12:30 +00:00
LLVMBuild.txt Fixing lli-child-target build 2013-10-02 22:27:23 +00:00