[PATCH] D75250: [DebugInfo] Add unit test for compact expression printer
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 13:04:47 PST 2020
probinson accepted this revision.
probinson added a comment.
This revision is now accepted and ready to land.
Fix the typos and LGTM.
================
Comment at: llvm/unittests/DebugInfo/DWARF/CMakeLists.txt:22
DWARFLocationExpressionTest.cpp
+ DWARFExpressionCompactPrinterTest.cpp
)
----------------
This list should be kept in alphabetical order.
================
Comment at: llvm/unittests/DebugInfo/DWARF/DWARFExpressionCompactPrinterTest.cpp:1
+//===- llvm/unittest/DebugInfo/DWARFLocationExpressionTest.cpp ------------===//
+//
----------------
Please update with the correct source file name.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75250/new/
https://reviews.llvm.org/D75250
More information about the llvm-commits
mailing list