Hi I just downloaded LLVM using the command
svn co llvm How can I determine the version of this LLVM (4.0, 3.9 or 3.8 etc)?
2 Answers
After installation
Try running :
llvm-config --version
1You are checking out the trunk.
If you want a particular version checkout the appropriate branch.
would be llvm-3.5