Software > Applications and Porting
Chromium for Ubuntu
MauryG5:
Yes, I too had come to see that git screen, only I don't know where to get the number that is requested of me... I don't understand where to find this number that he is asking me...
atomicdog:
Looks like that tag isn't from the main LLVM git but chromium has their own repo of LLVM.
Here's a recent build log that shows what you can do.
https://chromium.googlesource.com/chromium/src/+/main/docs/updating_clang.md
I think this might work:
--- Code: ---# git clone https://chromium.googlesource.com/external/github.com/llvm/llvm-project
# git checkout llvmorg-20-init-9764-gb81d8e90
--- End code ---
MauryG5:
So excuse me, do you mean to tell me that I should replace the original line that Raptor gives in his wiki guide, that is the line of the depot tools that says:
$ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
and insert instead of this the one you mentioned, that is:
# git clone https://chromium.googlesource.com/external/github.com/llvm/llvm-project
# git checkout llvmorg-?20-init-9764-gb81d8e90?
After when you have to insert the part dedicated to LLVM/CLANG, inserting the code: 20-init-9764-gb81d8e90, at that point it should recognize it... I don't know, I had understood that in this part it wants a series of numbers and that's it, then I don't know for sure if inserting that part that you tell me instead of the one reported in the guide, changes everything... I have to understand this fundamentally...
atomicdog:
No, that's a different section in the wiki, you still need the helper programs in depot_tools.
The sections below LLVM/Clang is what needs to be updated/modified. Replace the SVN checkout commands with git clone and checkout commands
The number is a git tag. It tells git which exact version to checkout/use so you can compile a known good version.
The 'CLANG_SVN_REVISION=35769' number in the wiki will no longer work since LLVM doesn't use SVN anymore.
MauryG5:
Ah ok then let me understand, okay replace the commands in the checkout wiki with the ones you gave me, but the command export CLANG_SVN_REVISION, which is immediately after entering the created directory of CHROMIUM, what do I have to do at this point? Thanks for your patience and collaboration!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version