Adding -fcolor-diagnostics is causing problem to users that parse the build

output. Peter Collingbourne also reports that it is showing up in
$(llvm-config --cflags).

Revert this for now since I don't know enough cmake to fix it properly.

This reverts commit 18efed7adc79c1970f307bb5b015d199012ba872.

llvm-svn: 156392
This commit is contained in:
Rafael Espindola 2012-05-08 18:11:06 +00:00
parent d6886e7fad
commit ac57583236
1 changed files with 0 additions and 4 deletions

View File

@ -190,10 +190,6 @@ elseif( LLVM_COMPILER_IS_GCC_COMPATIBLE )
if( SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG )
add_llvm_definitions( -Wcovered-switch-default )
endif()
check_cxx_compiler_flag("-Werror -fcolor-diagnostics" SUPPORTS_FCOLOR_DIAGNOSTICS_FLAG)
if( SUPPORTS_FCOLOR_DIAGNOSTICS_FLAG )
add_llvm_definitions( -fcolor-diagnostics )
endif()
endif (LLVM_ENABLE_WARNINGS)
if (LLVM_ENABLE_WERROR)
add_llvm_definitions( -Werror )