[all-commits] [llvm/llvm-project] 232d3a: [libc++] Fix codesigning in run.py

Louis Dionne via All-commits all-commits at lists.llvm.org
Thu Apr 1 10:40:13 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 232d3a3e4755057b51cec1c4c5eaa7ecdec9e70a
      https://github.com/llvm/llvm-project/commit/232d3a3e4755057b51cec1c4c5eaa7ecdec9e70a
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-04-01 (Thu, 01 Apr 2021)

  Changed paths:
    M libcxx/utils/run.py

  Log Message:
  -----------
  [libc++] Fix codesigning in run.py

Without this patch, we'd always try to codesign the first argument in
the command line, which in some cases is not something we can codesign
(e.g. `bash` for some .sh.cpp tests).

Note that this "hack" is the same thing we do in `ssh.py` - we might need
to admit that it's not a hack after all in the future, but I'm not ready
for that yet.

Differential Revision: https://reviews.llvm.org/D99726




More information about the All-commits mailing list