[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 10:16:35 PDT 2021


lhames added a comment.

@phosek It's really just the CMake changes that need reviewing here. The C++ code is adapted directly from code already in LLVM.

These CMake changes to enable unit testing are the last piece of build infrastructure that I expect to have to add. Everything from here on out is likely to be incremental tweaks and maintenance, plus the actual ORC runtime code. Would you like to continue with pre-commit review for future CMake changes, or switch to post-commit review for that?


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