[PATCH] D99651: [Dexter] Implement DexDeclareFile, a new Dexter command

Tom Weaver via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 18 09:38:52 PDT 2021


TWeaver updated this revision to Diff 346194.
TWeaver marked 3 inline comments as done.
TWeaver added a comment.

Addressed feedback and fixed a test failure in the clang-opt-bisect tool test.


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

https://reviews.llvm.org/D99651

Files:
  debuginfo-tests/dexter/Commands.md
  debuginfo-tests/dexter/dex/command/ParseCommand.py
  debuginfo-tests/dexter/dex/command/commands/DexDeclareFile.py
  debuginfo-tests/dexter/dex/tools/TestToolBase.py
  debuginfo-tests/dexter/dex/tools/clang_opt_bisect/Tool.py
  debuginfo-tests/dexter/dex/tools/test/Tool.py
  debuginfo-tests/dexter/feature_tests/commands/penalty/dex_declare_file.cpp
  debuginfo-tests/dexter/feature_tests/commands/perfect/dex_declare_file/dex_and_source/commands.dex
  debuginfo-tests/dexter/feature_tests/commands/perfect/dex_declare_file/dex_and_source/lit.local.cfg.py
  debuginfo-tests/dexter/feature_tests/commands/perfect/dex_declare_file/dex_and_source/test.cfg
  debuginfo-tests/dexter/feature_tests/commands/perfect/dex_declare_file/dex_and_source/test.cpp
  debuginfo-tests/dexter/feature_tests/commands/perfect/dex_declare_file/precompiled_binary/commands.dex
  debuginfo-tests/dexter/feature_tests/commands/perfect/dex_declare_file/precompiled_binary/lit.local.cfg.py
  debuginfo-tests/dexter/feature_tests/commands/perfect/dex_declare_file/precompiled_binary/test.cpp
  debuginfo-tests/dexter/feature_tests/commands/perfect/dex_declare_file/precompiled_binary_different_dir/dex_commands/commands.dex
  debuginfo-tests/dexter/feature_tests/commands/perfect/dex_declare_file/precompiled_binary_different_dir/lit.local.cfg.py
  debuginfo-tests/dexter/feature_tests/commands/perfect/dex_declare_file/precompiled_binary_different_dir/source/test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99651.346194.patch
Type: text/x-patch
Size: 16674 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210518/d921c153/attachment.bin>


More information about the llvm-commits mailing list