ec55dc15d3
Also remove the -Wtautological-constant-compare logic. I believe Clang has since removed that problematic warning from -Wall and that check was causing problems when we were embedded as a subproject in a project that didn't set CMP0025. (In that case, by the time our build file ran, the compiler had already been detected and the damage done. This unfortunately means the next Clang version check will hit the same issue, but let's deal with that when we get there.) Change-Id: Iea5f262899b74c5b84f707f4cf4ac4b3540c4acb Reviewed-on: https://boringssl-review.googlesource.com/26375 Reviewed-by: Steven Valdez <svaldez@google.com> Commit-Queue: David Benjamin <davidben@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> |
||
---|---|---|
.. | ||
go | ||
cmake-linux64.tar.gz.sha1 | ||
cmake-mac.tar.gz.sha1 | ||
cmake-win32.zip.sha1 | ||
DEPS | ||
extract.py | ||
perl-win32.zip.sha1 | ||
README | ||
sde-linux64.tar.bz2.sha1 | ||
update_clang.py | ||
UPDATING | ||
vs_env.py | ||
vs_toolchain.py | ||
yasm-win32.exe.sha1 |
This directory contains tools for setting up a hermetic toolchain on the continuous integration bots. It is in the repository for convenience and can be ignored in development.