[PATCH] D99651: [Dexter] Implement DexDeclareFile, a new Dexter command
Orlando Cazalet-Hyams via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 21 05:18:02 PDT 2021
Orlando added a comment.
Hi, before this lands you will need to update your dexter tests to use the new label reference syntax added in D101147 <https://reviews.llvm.org/D101147>. You can do so manually, or alternatively use this python script <https://gist.github.com/OCHyams/8255efe7757cac266440ed2ba55f1442> by running `python make_label_refs.py debuginfo-tests/feature_tests` (please note it will modify files in place). I'm happy for you to amend your commit with that update without bringing it back up here for review.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99651/new/
https://reviews.llvm.org/D99651
More information about the llvm-commits
mailing list