[PATCH] D102080: [ORC-RT] Add unit test infrastructure, extensible_rtti implementation, unit test
Lang Hames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 7 09:40:36 PDT 2021
lhames updated this revision to Diff 343703.
lhames added a comment.
Fix incomplete cargo-culting of unittest CMake.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102080/new/
https://reviews.llvm.org/D102080
Files:
compiler-rt/lib/orc/unittests/CMakeLists.txt
Index: compiler-rt/lib/orc/unittests/CMakeLists.txt
===================================================================
--- compiler-rt/lib/orc/unittests/CMakeLists.txt
+++ compiler-rt/lib/orc/unittests/CMakeLists.txt
@@ -82,8 +82,8 @@
add_orc_lib("RTOrc.test.osx"
$<TARGET_OBJECTS:RTOrc.osx>)
else()
- foreach(arch ${XRAY_SUPPORTED_ARCH})
- add_xray_lib("RTXRay.test.${arch}"
+ foreach(arch ${ORC_SUPPORTED_ARCH})
+ add_orc_lib("RTOrc.test.${arch}"
$<TARGET_OBJECTS:RTOrc.${arch}>)
endforeach()
endif()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102080.343703.patch
Type: text/x-patch
Size: 552 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210507/be8db38c/attachment.bin>
More information about the llvm-commits
mailing list