Commit 4ab6b8bb authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Build clang with LLVM_ENABLE_TERMINFO=OFF.

Removes dynamic lib dependencies from clang, and shouldn't regress
functionality anyone uses.

Bug: none
Change-Id: I4f46af0364a8c6fb90a591c46a50e373e287ae5d
Reviewed-on: https://chromium-review.googlesource.com/1025648Reviewed-by: default avatarHans Wennborg <hans@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#553196}
parent 97fbce93
...@@ -521,6 +521,7 @@ def UpdateClang(args): ...@@ -521,6 +521,7 @@ def UpdateClang(args):
base_cmake_args = ['-GNinja', base_cmake_args = ['-GNinja',
'-DCMAKE_BUILD_TYPE=Release', '-DCMAKE_BUILD_TYPE=Release',
'-DLLVM_ENABLE_ASSERTIONS=ON', '-DLLVM_ENABLE_ASSERTIONS=ON',
'-DLLVM_ENABLE_TERMINFO=OFF',
# Statically link MSVCRT to avoid DLL dependencies. # Statically link MSVCRT to avoid DLL dependencies.
'-DLLVM_USE_CRT_RELEASE=MT', '-DLLVM_USE_CRT_RELEASE=MT',
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment