From a6fdb5eb5e1b4d37d4617e4dcf7cfaa0c3789121 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Wed, 24 Feb 2021 16:00:05 +0000 Subject: [PATCH] Add -DUSE_NEW_LLVM_ABI_SYSTEM by default to Windows build for -llvm-api --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index b2271d5c5..761af6476 100644 --- a/build.bat +++ b/build.bat @@ -20,7 +20,7 @@ if "%2" == "1" ( ) set compiler_flags= -nologo -Oi -TP -fp:precise -Gm- -MP -FC -EHsc- -GR- -GF -set compiler_defines= -DLLVM_BACKEND_SUPPORT +set compiler_defines= -DLLVM_BACKEND_SUPPORT -DUSE_NEW_LLVM_ABI_SYSTEM for /f %%i in ('git rev-parse --short HEAD') do set GIT_SHA=%%i if %ERRORLEVEL% equ 0 set compiler_defines=%compiler_defines% -DGIT_SHA=\"%GIT_SHA%\"