CVSROOT: /cvs Module name: src Changes by: pas...@cvs.openbsd.org 2017/04/17 13:58:53
Modified files: gnu/usr.bin/clang/clang: Makefile gnu/usr.bin/clang/clang-tblgen: Makefile gnu/usr.bin/clang/include/llvm/Config: config.h gnu/usr.bin/clang/llc: Makefile gnu/usr.bin/clang/lld: Makefile gnu/usr.bin/clang/llvm-tblgen: Makefile Log message: Take a more radical approach to disabling colours: pretend we don't HAVE_TERMINFO in our local config.h. Some of the lower levels of LLVM don't seem to respect our default setting. As a result, delete the -ltermlib dependency. Note that this breaks -fcolor-diagnostics=auto. However, fixing the whole codebase is out of scope for now ... Prompted by an instance found in the AsmParser by deraadt@ ok kettenis@ patrick@