Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .setup/install_system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ if [ ! -d "${clangsrc}" ]; then
echo 'GOING TO PREPARE CLANG INSTALLATION FOR STATIC ANALYSIS'

mkdir -p ${clangsrc}

echo clang --version
# clone the clang sources, circa Nov. 2018
git clone --depth 1 --branch llvmorg-7.1.0 https://github.com/llvm/llvm-project.git ${clangsrc}/source
cp -R ${clangsrc}/source/llvm ${clangsrc}/llvm
Expand Down
Loading