Skip to content

Commit

Permalink
Prepare compiler-rt build by trying to build Clang.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Jul 15, 2024
1 parent 7259360 commit a8cdd32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cd %WORKING_DIR%
set THIS_DIR=%CD%

if /i "%BUILD_PROJECT%" == "llvm" goto :llvm
if /i "%BUILD_PROJECT%" == "compiler-rt" goto :compilerrt
if /i "%BUILD_PROJECT%" == "rt" goto :compilerrt

echo Invalid argument: '%1'
exit -1
Expand Down
2 changes: 1 addition & 1 deletion install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if not exist %WORKING_DIR% mkdir %WORKING_DIR%
::..............................................................................

if /i "%BUILD_PROJECT%" == "llvm" goto :llvm
if /i "%BUILD_PROJECT%" == "compiler-rt" goto :compilerrt
if /i "%BUILD_PROJECT%" == "rt" goto :compilerrt

echo Invalid argument: '%1'
exit -1
Expand Down
2 changes: 1 addition & 1 deletion set-env.bat
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ set CMAKE_BUILD_FLAGS= ^
/consoleloggerparameters:Summary

if /i "%BUILD_PROJECT%" == "llvm" set DEPLOY_FILE=%LLVM_RELEASE_FILE%
if /i "%BUILD_PROJECT%" == "compiler-rt" set DEPLOY_FILE=%CLANG_RELEASE_FILE%
if /i "%BUILD_PROJECT%" == "rt" set DEPLOY_FILE=%CLANG_RELEASE_FILE%

echo ---------------------------------------------------------------------------
echo LLVM_VERSION: %LLVM_VERSION%
Expand Down

0 comments on commit a8cdd32

Please sign in to comment.