1
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
$ cd $CHROMIUM_DIR
$ git clone https://chromium.googlesource.com/external/github.com/llvm/llvm-project
$ cd llvm-project
$ git checkout llvmorg-20-init-9764-gb81d8e90
$ cd $CHROMIUM_DIR
$ export CLANG_SVN_REVISION=357692 # Check the above link for the current version
$ svn checkout --force https://llvm.org/svn/llvm-project/llvm/trunk@$CLANG_SVN_REVISION llvm
$ svn checkout --force https://llvm.org/svn/llvm-project/cfe/trunk@$CLANG_SVN_REVISION llvm/tools/clang
$ svn checkout --force https://llvm.org/svn/llvm-project/compiler-rt/trunk@$CLANG_SVN_REVISION llvm/compiler-rt
$ cd $CHROMIUM_DIR
$ git clone https://chromium.googlesource.com/external/github.com/llvm/llvm-project
$ git checkout llvmorg-20-init-9764-gb81d8e90
# git clone https://chromium.googlesource.com/external/github.com/llvm/llvm-project
# git checkout llvmorg-20-init-9764-gb81d8e90