<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/145453>145453</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
[clang] `pragma-comment.c` test fails when developer's GitHub handle is `dbartol`
</td>
</tr>
<tr>
<th>Labels</th>
<td>
clang
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
hideous-destructor
</td>
</tr>
</table>
<pre>
I've certainly had many encounters with tests that only fail on my machine, but this is the first time the test was specifically out to get me:
### To repro
```bash
llvm-lit -v ./clang/test/CodeGen/pragma-comment.c
```
### Actual result:
```
/Volumes/LocalData/Code/Public/bar/llvm-project/clang/test/CodeGen/pragma-comment.c:33:13: error: ELF-NOT: excluded string found in input
// ELF-NOT: bar
^
<stdin>:16:55: note: found here
!6 = !{!"clang version 21.0.0git (https://github.com/dbartol/llvm-project 97e8266172533fe9deb701a0851b442298f0f011)"}
^~~
Input file: <stdin>
Check file: /Volumes/LocalData/Code/Public/bar/llvm-project/clang/test/CodeGen/pragma-comment.c
```
### Expected result
Successful test
</pre>
<img width="1" height="1" alt="" src="http://email.email.llvm.org/o/eJy8VE2P2zYQ_TXUZbAGRerDPuigrFdpgKAt0KB3ihpJbCnSIIfe-JLfXlB2kEUCBOglwICwyfl4b95oVIxmcYgdq9-x-lyoRKsP3Wom9Ck-TRgpJE0-FKOfbt0HJtorgsZAyjh7g1VNsCl3A3TaJ0cYIrwaWoEwUgRaFYHPjrMyFryD7Qab0qtxyMQzjImAVhPBZF-E2YRIQGbD_W9OAq8qQrygNrPRytob-BzkYUGCDZnsGd9NyLvBJw8BL8Hny4bfbVRxZby39ro9WUPwdIUDE4O2yi1MDLkQE8Ozn_A9OiaGS1DLpp603zZ0dNBvc31fr9eUlIWAMVl64HnrK4a_vU0bRiaGj14re1akHtWYGP5MozWaiWFUgYlhh3gJ_h_U9L8Qyl5KJvsyH4Ah-JB_vHwcnn7_49N-91nbNOEEkYJxC8w-uQmMA-Muie5ImRjehmRIvAdWv-Rn-RxpMo7Jl1ynYbKv6-zlPGUdHglXDLgnKxtg8gxMlKx9l08hdjZwxRCNdyDKAz_wxRAwcVyJLjF3bwexGFrTeNB-Y2KYRhXI2--aA6cWj6JpylbUUs54mnBsean4sS7HqhLidJz5zMuSiRMTgrXnB5UvX-4Kfsi0YTZ2B_-WHe-fV9T_fnv7RRL-ZMhePl9QE05fx4z3fyWtMcY52f07Ybwvpk5OJ3lSBXZlW_NWtkKWxdpVqjpWbTW2iutp1sdZnlo9iratjsiPsy5MJ7ioeSMqLmtZlwc9qrqqscUZedU2Las4bsrYQ-Z28GEpTIwJu7Kqq1oWVo1o475EHiLnjtfnInR7M8a0RFZxayLFbynIkN03zz2iPgNr-A9Nafh9D-QNEuF1RQcTXtH6CwYm2gjvDf2WRliVmyzmTcIa_nVkGl6kYLufDFdG86NmO7us9oPgtRP_BQAA__9tSZq8">