Issue 132388
Summary Extra a.out file generated by clang -Wl,-v plus with head command
Labels clang
Assignees
Reporter sendaoYan
    Hi all, I found that, when `clang -Wl,-v` and head command are used with pipeline, and clang uses absolute path, a.out will be intermittently generated. I am not sure whether this is a bug of clang or a bug of head command. Below command demonstrate that:

```
$ rm -rf a.out ; date ; ~/software/clang+llvm-17.0.2-x86_64-linux-gnu-ubuntu-22.04/bin/clang -Wl,-v 2>&1 | head -n 1 ; stat a.out ; ls -lh a.out ; file a.out
Fri Mar 21 08:26:50 PM CST 2025
GNU ld (GNU Binutils for Ubuntu) 2.42
  File: a.out
 Size: 792             Blocks: 8          IO Block: 4096   regular file
Device: 259,3   Inode: 4877491     Links: 1
Access: (0664/-rw-rw-r--) Uid: (  996/yansendao)   Gid: (  987/yansendao)
Access: 2025-03-21 20:26:50.147751834 +0800
Modify: 2025-03-21 20:26:50.147751834 +0800
Change: 2025-03-21 20:26:50.147751834 +0800
 Birth: 2025-03-21 20:26:50.137751505 +0800
-rw-rw-r-- 1 yansendao yansendao 792 Mar 21 20:26 a.out
a.out: data
```

clang version:

```
$ ~/software/clang+llvm-17.0.2-x86_64-linux-gnu-ubuntu-22.04/bin/clang -v
clang version 17.0.2 (https://github.com/llvm/llvm-project b2417f51dbbd7435eb3aaf203de24de6754da50e)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /home/yansendao/software/clang+llvm-17.0.2-x86_64-linux-gnu-ubuntu-22.04/bin
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/13
Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/13
Candidate multilib: .;@m64
Candidate multilib: 32;@m32
Candidate multilib: x32;@mx32
Selected multilib: .;@m64
```



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

Reply via email to