llvm-project/llvm/unittests/ExecutionEngine
Lang Hames 56af226b63 [ORC] Reset MaterializationUnit::InitSymbol if the init symbol is discarded.
Discarding the init symbol is expected to be uncommon (it represents metadata
in the MaterializationUnit that is relevant to dlopen, and this will not
usually be fully duplicated in some other location), however if a client has
marked an InitSymbol as weak and it is selected to be discarded then we should
keep the data structure consistent.
2022-10-23 13:55:55 -07:00
..
JITLink [JITLink] Add convenience methods for creating block readers / writers. 2022-10-18 16:25:47 -07:00
MCJIT [test-suite][cmake] sort unit test targets 2022-05-16 16:55:40 -07:00
Orc [ORC] Reset MaterializationUnit::InitSymbol if the init symbol is discarded. 2022-10-23 13:55:55 -07:00
CMakeLists.txt [test-suite][cmake] sort unit test targets 2022-05-16 16:55:40 -07:00
ExecutionEngineTest.cpp