mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 15:50:17 +01:00
ci/window: Fixes LLVM error Lexer.cpp(1578): error C2065: 'C11AllowedIDCharRanges': undeclared identifier
https://github.com/llvm/llvm-project/issues/60549 Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37210>
This commit is contained in:
parent
1ca87b2173
commit
5dc8468014
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ cmake ../llvm `
|
|||
-DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded `
|
||||
-DCMAKE_PREFIX_PATH="$depsInstallPath" `
|
||||
-DCMAKE_INSTALL_PREFIX="$depsInstallPath" `
|
||||
-DCMAKE_CXX_FLAGS="/utf-8" `
|
||||
-DLLVM_ENABLE_PROJECTS="clang" `
|
||||
-DLLVM_TARGETS_TO_BUILD="AMDGPU;X86" `
|
||||
-DLLVM_OPTIMIZED_TABLEGEN=TRUE `
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue