JonChesterfield added a comment.

I was under the impression that `#!/usr/bin/env sh` is a sensible invocation 
for running a shell on various systems. The current theory for this struggling 
with the ppc buildbot is that fedora doesn't support that. Ad hoc searching 
suggests 'sh' is required to exist in /bin on posix-list systems, and the 
TestRunner.sh script under clang tests starts with `#!/bin/sh`

It's still kind of shotgun debugging, but we could change to that `#!` header 
across the tests and ensure they all end with a newline while we're at it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99949

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to