<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/60437>60437</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            The testcase clang/test/Driver/linker-wrapper.c sometimes fail with ASAN builds
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          mikaelholmen
      </td>
    </tr>
</table>

<pre>
    I made a comment here
 https://reviews.llvm.org/rGbcc05cbfa8088db8ddb4beeea066147c2dc334ba#1168782
 about the testcase
```
clang/test/Driver/linker-wrapper.c
```
sometimes (in around 1 of 10 runs) failing.

It's the command
```
RUN: clang-linker-wrapper --dry-run --host-triple=x86_64-unknown-linux-gnu --wrapper-jobs=4 \
RUN: --linker-path=/usr/bin/ld -- %t.o -o a.out 2>&1 | FileCheck %s --check-prefix=CUDA-PAR
```
on line 98 that sometimes fails.

@jhuber6 made a patch in
 https://reviews.llvm.org/D142985
and it seems like that fixes the problem.

</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJyMU02P4zYM_TXyhZAhS_48-JCOm2Ivi2LbPReSzMSayJIhyZPsvy_sSbrNYg4DGDZk8fE9PpIyRnN2iD2pfiPVkMk1TT70s7lItJO3M7pM-fFH_wVmOSJI0H6e0SWYMCBhA2EHmFJaIhEHwo-EHwO-GbzG3Nq3OffhvP36Q2nNKq1OsmVtO6p2HFWpEFGyui7KRvNRC1EqSbgoirptWn7PLZVfE6QJIWFMWsY7KanZ_dmP2kq3MW1BhB-HYN4wEH60xl0w0GuQy4Ih1x-Co58xmRkjEN4aBzL41Y1QgD9BwSCsLhLewUkaa9w5v-fY318S4U3c9W3GSDd-yPDt-1ciDrCrpM-agNIx_KBhdUDp5GOiKZjFIhHDra3_qUu6uovzV7fh1hs9uxXoA0xfvYpEDCWQ6uWJij5oFpkmIgbCj2vcHFHGbb6MQCkQXqXcA_Ug881mTsTvhNcFkOYFjsbiy4T6soVFoFRvB7oEPJkbEcPL9-FA_zx8-7Bg78Aah9C1kCaZ4KfFm4vxyUNSstdpVRjqx4wtMukJjPvsfA1Fybu2eg-XbgSTICLOEay54LuCk7nhe6OW4JXF-a4hG3sxdqKTGfZF3VRctAVn2dQr5LxDxTrZ8PrE6oJJFB3jxalpZKl0ZnrOuGCcFaypKs5yUdcF47woat10rW5IyXCWxv4nNTMxrtjXrBRNZqVCG_fF49zhFfZLwvm2h6HfMFSt50hKZk1MPwvOkkkW-7__txPw2fn_pRFwNWmCw1-Hr6BWY8eYrcH2z36fTZpWlWs_b_ns2-NDl-BfUW90u_JI-HGv7N8AAAD__8QVVVU">