[PATCH] D68066: [llvm-objdump] Further rearrange llvm-objdump sections for compatability
Jordan Rupprecht via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 3 14:44:26 PDT 2019
rupprecht added a comment.
(hit submit too soon)
Because the order of sections changes, we have to move the regex definition to the first place we capture the variable. That's why the `:[1-9]` part moves to the first var match.
@justice_adams I hope this answers your question, if not I'm happy to elaborate some more.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68066/new/
https://reviews.llvm.org/D68066
More information about the llvm-commits
mailing list