llvm-project/compiler-rt/lib/orc/unittests
Lang Hames 1dcff823db [ORC-RT] Drop __orc_rt::string_view now that we have c++17.
b1356504e6 enabled the use of c++17 features in LLVM, which means that we can
drop the ORC runtime's placeholder string_view implemention in favor of
std::string_view.
2022-08-07 09:37:09 -07:00
..
CMakeLists.txt [compiler-rt][CMake] Set --unwindlib=none when using LLVM libunwind 2022-07-15 07:25:38 +00:00
adt_test.cpp [ORC-RT] Drop __orc_rt::string_view now that we have c++17. 2022-08-07 09:37:09 -07:00
c_api_test.cpp [ORC-RT] Make the ORC runtime C API public. 2022-06-16 19:02:23 -07:00
endian_test.cpp Rename compiler-rt/lib/orc/endian.h to endianness.h to avoid conflict with system headers 2021-06-08 17:53:58 -07:00
error_test.cpp [ORC-RT] Add ORC runtime error and expected types. 2021-05-19 13:31:25 -07:00
executor_address_test.cpp [ORC-RT] Make ExecutorAddr hashable. 2022-02-08 16:11:07 +11:00
extensible_rtti_test.cpp Re-apply "[ORC-RT] Add unit test infrastructure, extensible_rtti..." 2021-05-11 10:28:33 -07:00
orc_unit_test_main.cpp Re-apply "[ORC-RT] Add unit test infrastructure, extensible_rtti..." 2021-05-11 10:28:33 -07:00
simple_packed_serialization_test.cpp [ORC-RT] Drop __orc_rt::string_view now that we have c++17. 2022-08-07 09:37:09 -07:00
stl_extras_test.cpp [ORC-RT] Add apply_tuple utility. 2021-05-18 08:44:15 -07:00
wrapper_function_utils_test.cpp [ORC-RT] Update WrapperFunctionCall for 089acf2522. 2022-01-16 13:48:11 +11:00