1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

llvm build script updates, vcxproj llvm path updates

This commit is contained in:
Brian Fiete 2022-02-07 14:23:47 -05:00
parent b6a0fbcc0e
commit 114a90dd5e
9 changed files with 44 additions and 40 deletions

View file

@ -14,7 +14,7 @@ PUSHD %~dp0..\
mkdir stats
:STATS_HAS
@IF EXIST extern\llvm-project_11_0_0 GOTO LLVM_HAS
@IF EXIST extern\llvm_win64_13_0_1\_Done.txt GOTO LLVM_HAS
call extern\llvm_build.bat
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
:LLVM_HAS

View file

@ -20,7 +20,7 @@ if [ ! -f ../BeefySysLib/third_party/libffi/Makefile ]; then
cd $SCRIPTPATH
fi
if [ ! -d ../extern/llvm_linux_11_0_0/bin ]; then
if [ ! -d ../extern/llvm_linux_13_0_1/bin ]; then
echo Building LLVM...
cd ../extern
./llvm_build.sh