<div dir="ltr"><div dir="ltr">On Mon, May 4, 2020 at 2:57 PM Rob Landley <<a href="mailto:rob@landley.net">rob@landley.net</a>> wrote:</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
What portion of this script does what when? Right, assuming all the bisect stuff<br>
is ignorable and the command line editing isn't relevant, where's the real<br>
binary it passes through to?<br>
<br>
$ find clang-r377782d -name clang | xargs file<br>
clang-r377782d/include/clang:     directory<br>
clang-r377782d/bin/clang:         Python script, ASCII text executable<br>
clang-r377782d/lib64/clang:       directory<br>
clang-r377782d/lib64/cmake/clang: directory<br>
clang-r377782d/share/clang:       directory<br></blockquote><div><br></div><div>You're looking for "clang.real".</div></div></div>