[PATCH] D95932: [Debug-Info] [NFC] move emitDwarfUnitLength to MCStreamer class
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 4 01:12:51 PST 2021
shchenz added inline comments.
================
Comment at: llvm/unittests/CodeGen/AsmPrinterDwarfTest.cpp:297-298
class AsmPrinterMaybeEmitDwarf64MarkTest : public AsmPrinterFixtureBase {};
class AsmPrinterEmitDwarfUnitLengthAsIntTest : public AsmPrinterFixtureBase {
----------------
ikudrin wrote:
> The fixture class should also be removed as it now contains no tests.
opps, updated.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95932/new/
https://reviews.llvm.org/D95932
More information about the llvm-commits
mailing list