llvm-project/llvm/unittests/ExecutionEngine/MCJIT
James Y Knight c0044118c8 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
..
CMakeLists.txt Link to AggressiveInstCombine in a few places. Unbreaks build for me. 2018-04-24 08:40:37 +00:00
MCJITCAPITest.cpp
MCJITMemoryManagerTest.cpp
MCJITMultipleModuleTest.cpp Remove TypeBuilder.h, and fix the few locations using it. 2019-01-13 16:09:28 +00:00
MCJITObjectCacheTest.cpp
MCJITTest.cpp Remove TypeBuilder.h, and fix the few locations using it. 2019-01-13 16:09:28 +00:00
MCJITTestAPICommon.h s/LLVM_ON_WIN32/_WIN32/, llvm 2018-04-29 00:45:03 +00:00
MCJITTestBase.h Remove TypeBuilder.h, and fix the few locations using it. 2019-01-13 16:09:28 +00:00
MCJITTests.def