[PATCH] D114355: [DebugInfo] ValueMapper impl for DIArgList should respect RF_IgnoreMissingLocals

Stephen Tozer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 14 07:07:00 PST 2021


StephenTozer updated this revision to Diff 394244.
StephenTozer added a comment.

Add a lit test for llvm-link, move the unit test changes into a separate function (leaving the original unmodified). The long comment in the original test has been duplicated (with a minor change) in the new test - I figure it's better to have each test containing the relevant info directly, but if preferred I could change it to some kind of "see above" instead.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114355

Files:
  llvm/lib/Transforms/Utils/ValueMapper.cpp
  llvm/test/Linker/debug-info-use-before-def.ll
  llvm/unittests/Transforms/Utils/ValueMapperTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114355.394244.patch
Type: text/x-patch
Size: 6244 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211214/2b2f2525/attachment.bin>


More information about the llvm-commits mailing list