[PATCH] D106314: [Utils] Add -compilation-dir flag to prepare-code-coverage-artifact.py

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 19 17:18:09 PDT 2021


thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.

Thanks! I patched this in and tried it, it works for me.



================
Comment at: llvm/utils/prepare-code-coverage-artifact.py:95
                    ' (must be specified after all other positional arguments)')
+    parser.add_argument('--compilation-dir', type=str, default="",
+                       help='The compilation directory of the binary')
----------------
Should this support `-C` as short flag too?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106314



More information about the llvm-commits mailing list