1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/lib/ExecutionEngine/Interpreter
Chris Bieneman 1b8d4f74aa Remove autoconf support
Summary:
This patch is provided in preparation for removing autoconf on 1/26. The proposal to remove autoconf on 1/26 was discussed on the llvm-dev thread here: http://lists.llvm.org/pipermail/llvm-dev/2016-January/093875.html

"I felt a great disturbance in the [build system], as if millions of [makefiles] suddenly cried out in terror and were suddenly silenced. I fear something [amazing] has happened."
- Obi Wan Kenobi

Reviewers: chandlerc, grosbach, bob.wilson, tstellarAMD, echristo, whitequark

Subscribers: chfast, simoncook, emaste, jholewinski, tberghammer, jfb, danalbert, srhines, arsenm, dschuff, jyknight, dsanders, joker.eph, llvm-commits

Differential Revision: http://reviews.llvm.org/D16471

llvm-svn: 258861
2016-01-26 21:29:08 +00:00
..
CMakeLists.txt Raising minimum required CMake version to 2.8.12.2. 2015-03-23 20:03:57 +00:00
Execution.cpp [ExecutionEngine] Garbage collect some dead (and unsafe) code. 2015-10-22 18:46:27 +00:00
ExternalFunctions.cpp Fix ffiInvoke() use of DataLayout, broken in 242414 2015-07-16 22:23:09 +00:00
Interpreter.cpp Drop materializeAllPermanently. 2015-12-18 20:13:39 +00:00
Interpreter.h Fix -Wmismatched-tags error in modules build by removing unused forward declaration. 2015-10-15 01:15:26 +00:00
LLVMBuild.txt