[PATCH] D62231: [DebugInfoMetadata] return early on nullptr arg

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 28 14:35:18 PDT 2019


dblaikie added a comment.

Any chance of a test case for this? (if you replace the null check with an assert for non-null, that might help identify a test case that hits this code?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62231





More information about the llvm-commits mailing list