[PATCH] D76579: GlobalISel: Prepare to allow other target unit tests
Daniel Sanders via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 23 09:48:48 PDT 2020
dsanders accepted this revision.
dsanders added a comment.
This revision is now accepted and ready to land.
LGTM aside from that orphaned comment
================
Comment at: llvm/unittests/CodeGen/GlobalISel/GISelMITest.h:56-57
/// Create a TargetMachine. As we lack a dedicated always available target for
/// unittests, we go for "AArch64".
static std::unique_ptr<Module> parseMIR(LLVMContext &Context,
----------------
The function this comment refers to is gone
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76579/new/
https://reviews.llvm.org/D76579
More information about the llvm-commits
mailing list