[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
Mon May 10 07:41:16 PDT 2021
lhames added a comment.
In D102080#2747380 <https://reviews.llvm.org/D102080#2747380>, @sgraenitz wrote:
> I think on Apple platforms TSAN only builds a dylib for production [1]....
I thought it might be something like that. It might also enable unit-testing of the runtime even if your production build doesn't target the host architecture, but I don't know how common that is?
> The ORC runtime is a static archive in any case right? So I guess this won't apply here. (Disclaimer: not a compiler-rt expert)
Yes -- the ORC runtime should only ever be built statically.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102080/new/
https://reviews.llvm.org/D102080
More information about the llvm-commits
mailing list