On 04/01/2019 16:36, Nikolai Kosjar wrote:
On 12/15/18 6:12 PM, Andrzej Telszewski wrote:
Hi,

I know that as of now, I should be using LLVM/Clang from:
https://code.qt.io/clang/llvm

I've actually used it already, as stated in the building instructions,
that is:
$ git clone -b release_70-based --recursive https://code.qt.io/clang/llvm

But I would like to ask, how can I find out, which particular commit in
the LLVM/Clang repo is used for a given Qt Creator version?

For kicks, please let me know, which commit was used for QtC 4.8?

But I would prefer not to ask this question every time a new version is
released, but rather somehow dig it out myself.

You could ask the shipped clang binary:

${INSTALL_DIR}/libexec/qtcreator/clang/bin $ ./clang --version
clang version 7.0.0 (git://code.qt.io/clang/clang.git
65ea1c5121bb4b4435d3765b5065003f47613d05)
(git://code.qt.io/clang/llvm.git 301f81d7927dc13cf45e2e8daa8fee0ac87348dc)


That did the trick. Thank you!

Maybe you could add git tags to point to the commit in use for a given
QtC version?

I'll try to create the necessary tags.


Any timeframe for that?

I would be extremely happy if I could download tagged .tar.gz, that would bundle all the submodules (clang, clazy, etc.). I know that github for one does not support downloading submodules together with tagged releases.

Thanks in advance!

--
Best regards,
Andrzej Telszewski
_______________________________________________
Qt-creator mailing list
Qt-creator@qt-project.org
https://lists.qt-project.org/listinfo/qt-creator

Reply via email to