Issue 76154
Summary Clang version confusion in build
Labels cmake, build-problem
Assignees
Reporter pogo59
    It looks like the built executable has a version suffix that doesn't match reality.
```
~/projects/scratch$ clang --version
clang version 18.0.0git (https://github.com/llvm/llvm-project.git 591fc4f5242adf2f4d2dbd301c21be578b9b9278)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /home/probinson/projects/llvm-org/build/main-ll/bin
~/projects/scratch$ ll clang
lrwxrwxrwx 1 probinson rd 8 Dec 21 00:24 /home/probinson/projects/llvm-org/build/main-ll/bin/clang -> clang-15*
```
18 != 15 last I checked.

@tstellar @tru 
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to