[PATCH] D98400: [Test][DebugInfo] Check for backend object emission support.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 18 01:42:14 PDT 2021


jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.

Looks reasonable to me, with one possible nit.



================
Comment at: llvm/unittests/DebugInfo/DWARF/DwarfUtils.cpp:50
 
 bool llvm::dwarf::utils::isConfigurationSupported(Triple &T) {
   initLLVMIfNeeded();
----------------
Is this still in use anywhere? If not, you can delete it (and the declaration in the header).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98400



More information about the llvm-commits mailing list