1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Update llvm_build.bat

+  --config core.autocrlf=false
This commit is contained in:
apg360 2021-01-04 17:59:48 +02:00 committed by GitHub
parent b3cc2ae4a9
commit d1c33cb526
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
PUSHD %~dp0
@IF EXIST llvm-project_11_0_0 GOTO LLVM_HAS
git clone --depth 1 --branch llvmorg-11.0.0 https://github.com/llvm/llvm-project.git llvm-project_11_0_0
git clone --depth 1 --branch llvmorg-11.0.0 --config core.autocrlf=false https://github.com/llvm/llvm-project.git llvm-project_11_0_0
pushd llvm-project_11_0_0
:LLVM_HAS