[Qt-creator] LLVM/Clang version (commit) used for particular Qt Creator version
Nikolai Kosjar
Nikolai.Kosjar at qt.io
Mon Jan 21 10:28:41 CET 2019
On 1/20/19 10:31 AM, Andrzej Telszewski wrote:
> On 18/01/2019 15:54, Nikolai Kosjar wrote:
>> http://code.qt.io/cgit/clang/llvm.git/ has the following tags now:
>>
>> qtcreator-4.8.0
>> qtcreator-4.8.1
>
> This is really cool news :)
>
> Now, is there a way to download a tarball for the particular tag?
I don't know much about cgit, sorry.
Our build script does not create source tar balls, but this brings you
quite close (except not being a tarball...):
$ git clone -b qtcreator-4.8.1 --depth 1 --recursive
https://code.qt.io/clang/llvm
> And if so, would cgit include submodules in the tarball?
I don't know either, but note that LLVM/Clang moves to a mono-repo.
Eventually we will need to follow so that there will be no submodules
anymore.
Nikolai
More information about the Qt-creator
mailing list