This is an archive of the discontinued LLVM Phabricator instance.

[clang] Use portable "#!/usr/bin/env bash" shebang for tools and utils.
ClosedPublic

Authored by fcambus on Sep 19 2021, 9:29 AM.

Diff Detail

Event Timeline

fcambus requested review of this revision.Sep 19 2021, 9:29 AM
fcambus created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptSep 19 2021, 9:29 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Sep 20 2021, 1:08 PM
xgupta accepted this revision.Sep 23 2021, 8:48 AM
xgupta added a subscriber: xgupta.

I can push this for you @fcambus.

This revision was landed with ongoing or failed builds.Sep 23 2021, 8:48 AM
This revision was automatically updated to reflect the committed changes.

I can push this for you @fcambus.

Thanks for committing this. I also have a similar diff for compiler-rt, in D110039.