[PATCH] D110165: [DebugInfo][NFC] Move LiveDebugValues class declaration to a header, add unit test boilerplate

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 21 06:49:50 PDT 2021


jmorse added inline comments.


================
Comment at: llvm/unittests/CodeGen/InstrRefLDVTest.cpp:47
+
+  InstrRefLDVTest() : Ctx(), Mod("beehives", Ctx) {
+    // Boilerplate that creates a MachineFunction and associated blocks.
----------------
djtodoro wrote:
> So this is just an infrastructure, and we are going to add tests here in the future patches?
Tests in future patches, currently incoming.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110165/new/

https://reviews.llvm.org/D110165



More information about the llvm-commits mailing list