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)
> 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.
Nikolai
_______________________________________________
Qt-creator mailing list
[email protected]
https://lists.qt-project.org/listinfo/qt-creator