[all-commits] [llvm/llvm-project] 6d263b: [ORC-RT] Add unit test infrastructure, extensible_...
lhames via All-commits
all-commits at lists.llvm.org
Mon May 10 17:17:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d263b6f1c97fe6c45c75443e7daf6cd0c1c4222
https://github.com/llvm/llvm-project/commit/6d263b6f1c97fe6c45c75443e7daf6cd0c1c4222
Author: Lang Hames <lhames at gmail.com>
Date: 2021-05-10 (Mon, 10 May 2021)
Changed paths:
M compiler-rt/cmake/config-ix.cmake
M compiler-rt/lib/orc/CMakeLists.txt
A compiler-rt/lib/orc/extensible_rtti.cpp
A compiler-rt/lib/orc/extensible_rtti.h
R compiler-rt/lib/orc/placeholder.cpp
A compiler-rt/lib/orc/unittests/CMakeLists.txt
A compiler-rt/lib/orc/unittests/extensible_rtti_test.cpp
A compiler-rt/lib/orc/unittests/orc_unit_test_main.cpp
Log Message:
-----------
[ORC-RT] Add unit test infrastructure, extensible_rtti implementation, unit test
Add unit test infrastructure for the ORC runtime, plus a cut-down
extensible_rtti system and extensible_rtti unit test.
Removes the placeholder.cpp source file.
Differential Revision: https://reviews.llvm.org/D102080
More information about the All-commits
mailing list