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

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 11 02:19:02 PST 2021


labath added a reviewer: jhenderson.
labath added a subscriber: jhenderson.
labath added a comment.

@jhenderson is probably the best person for this, but my suggestion would be to avoid the need to query both `isConfigurationSupported` and `supportsObjectEmission` everywhere. Having the latter subsume the former should make things simpler and still be understandable, I think.


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