Commit cc3c98df by Nicolas Capens Committed by Nicolas Capens

Disable LLVM_ENABLE_THREADS in config generation script

Bug chromium:944811 Change-Id: Ic44bfa123b5c64e3cd38022645a9e37ae5a29168 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/27810Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarNico Weber <thakis@chromium.org> Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com> Presubmit-Ready: Nicolas Capens <nicolascapens@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
parent 213a8ce6
......@@ -59,6 +59,7 @@ LLVM_TRIPLES = {
LLVM_OPTIONS = [
'-DCMAKE_BUILD_TYPE=Release',
'-DLLVM_TARGETS_TO_BUILD=' + ';'.join(t[0] for t in LLVM_TARGETS),
'-DLLVM_ENABLE_THREADS=OFF',
'-DLLVM_ENABLE_TERMINFO=OFF',
'-DLLVM_ENABLE_LIBXML2=OFF',
'-DLLVM_ENABLE_LIBEDIT=OFF',
......
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