![]() * c_api_tests was failing to build after the API change to __orc_rt_CWrapperFunctionResultAllocate * wrapper_function_utils_test was causing an assertion failure, because it was creating a result for `void(void)` with Size = 0, but seeing an uninitialized pointer, which it considered to be an out-of-bound error. I noticed locally that making modifications to c_api.h is not causing these unit tests to be rebuilt, which may be how the bug slipped in in the first place. Differential Revision: https://reviews.llvm.org/D108649 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
adt_test.cpp | ||
c_api_test.cpp | ||
endian_test.cpp | ||
error_test.cpp | ||
extensible_rtti_test.cpp | ||
orc_unit_test_main.cpp | ||
simple_packed_serialization_test.cpp | ||
stl_extras_test.cpp | ||
wrapper_function_utils_test.cpp |