[llvm-dev] Compiler used to build LLVM

Maxime Chevalier-Boisvert via llvm-dev llvm-dev at lists.llvm.org
Thu Oct 27 17:39:53 PDT 2016


Hello,

We’d like to keep track of which clang version was used to build our LLVM binaries. We use cmake and ninja with clang to build. What do you people think would be the cleanest way to know which version of clang is used, on a user’s machine, to build those binaries. I’m hoping to script this. I was thinking that getting cmake/ninja to spit out this information, if possible, would probably be best.

Thank you for your help,

- Maxime


More information about the llvm-dev mailing list