[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:20:14 PDT 2021
Orlando added a comment.
In D99651#2773497 <https://reviews.llvm.org/D99651#2773497>, @Orlando wrote:
> 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.
Of course, you don't need to do this if you don't use DexLabels in your tests, which you haven't. Please ignore that, sorry!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99651/new/
https://reviews.llvm.org/D99651
More information about the llvm-commits
mailing list