1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/unittests/ExecutionEngine/Orc
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
..
CMakeLists.txt [ORC] Rename ORC layers to make the "new" ORC layers the default. 2018-10-15 22:56:10 +00:00
CoreAPIsTest.cpp [ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls. 2018-10-23 23:01:39 +00:00
GlobalMappingLayerTest.cpp
IndirectionUtilsTest.cpp Remove TypeBuilder.h, and fix the few locations using it. 2019-01-13 16:09:28 +00:00
JITTargetMachineBuilderTest.cpp [ORC] Extract and tidy up JITTargetMachineBuilder, add unit test. 2018-09-30 19:12:23 +00:00
LazyCallThroughAndReexportsTest.cpp [ORC] Add an 'intern' method to ExecutionEngine for interning symbol names. 2018-09-30 23:18:24 +00:00
LazyEmittingLayerTest.cpp
LegacyAPIInteropTest.cpp [ORC] Tidy up JITSymbolFlags to remove the need for some explicit static_casts. 2018-09-02 01:28:26 +00:00
LegacyCompileOnDemandLayerTest.cpp [ORC] Rename ORC layers to make the "new" ORC layers the default. 2018-10-15 22:56:10 +00:00
LegacyRTDyldObjectLinkingLayerTest.cpp Remove TypeBuilder.h, and fix the few locations using it. 2019-01-13 16:09:28 +00:00
ObjectTransformLayerTest.cpp [ORC] Rename ORC layers to make the "new" ORC layers the default. 2018-10-15 22:56:10 +00:00
OrcCAPITest.cpp Remove TypeBuilder.h, and fix the few locations using it. 2019-01-13 16:09:28 +00:00
OrcTestCommon.cpp [ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs. 2018-07-20 18:31:50 +00:00
OrcTestCommon.h Remove TypeBuilder.h, and fix the few locations using it. 2019-01-13 16:09:28 +00:00
QueueChannel.cpp
QueueChannel.h
RemoteObjectLayerTest.cpp Remove TypeBuilder.h, and fix the few locations using it. 2019-01-13 16:09:28 +00:00
RPCUtilsTest.cpp [ORC] Add SerializationTraits for std::set and std::map. 2018-07-30 21:08:06 +00:00
RTDyldObjectLinkingLayerTest.cpp Remove TypeBuilder.h, and fix the few locations using it. 2019-01-13 16:09:28 +00:00
SymbolStringPoolTest.cpp
ThreadSafeModuleTest.cpp [ORC] clang-format the ThreadSafeModule code. 2018-09-28 01:41:33 +00:00