1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/unittests/ExecutionEngine
James Y Knight c73d346797 Remove TypeBuilder.h, and fix the few locations using it.
This shortcut mechanism for creating types was added 10 years ago, but
has seen almost no uptake since then, neither internally nor in
external projects.

The very small number of characters saved by using it does not seem
worth the mental overhead of an additional type-creation API, so,
delete it.

Differential Revision: https://reviews.llvm.org/D56573

llvm-svn: 351020
2019-01-13 16:09:28 +00:00
..
MCJIT Remove TypeBuilder.h, and fix the few locations using it. 2019-01-13 16:09:28 +00:00
Orc Remove TypeBuilder.h, and fix the few locations using it. 2019-01-13 16:09:28 +00:00
CMakeLists.txt
ExecutionEngineTest.cpp