llvm-project/clang/cmake
Petr Hosek 86cc84d12e [CMake][Fuchsia] Disable terminfo database in Fuchsia toolchain
It's used to determine whether terminal supports colors, but within LLVM
it's only used in handful of places and in Clang it's only used in AST
dumper, otherwise Clang relies on the -fcolor-diagnostics flag which we
pass explicitly from our build system anyway. This eliminates one of the
shared libraries dependencies making the toolchain less reliant on the
host environment.

Differential Revision: https://reviews.llvm.org/D40329

llvm-svn: 319088
2017-11-27 20:29:13 +00:00
..
caches [CMake][Fuchsia] Disable terminfo database in Fuchsia toolchain 2017-11-27 20:29:13 +00:00
modules [clang-fuzzer] Fix incremental builds of the fuzzer 2017-10-31 20:49:57 +00:00