Address @danalberts comments on r237700

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@237740 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2015-05-19 23:10:32 +00:00
parent d539803d4b
commit 5d663441e7
3 changed files with 3 additions and 3 deletions

View File

@@ -536,7 +536,7 @@ class Configuration(object):
self.lit_config.fatal('Invalid value for color_diagnostics "%s".' self.lit_config.fatal('Invalid value for color_diagnostics "%s".'
% use_color) % use_color)
color_flag = '-fdiagnostics-color=always' color_flag = '-fdiagnostics-color=always'
# Check if the compiler support the color diagnostics flag. Issue a # Check if the compiler supports the color diagnostics flag. Issue a
# warning if it does not since color diagnostics have been requested. # warning if it does not since color diagnostics have been requested.
if not self.cxx.hasCompileFlag(color_flag): if not self.cxx.hasCompileFlag(color_flag):
self.lit_config.warning( self.lit_config.warning(

View File

@@ -14,7 +14,7 @@
// UNSUPPORTED: sanitizer-new-delete // UNSUPPORTED: sanitizer-new-delete
// NOTE: Require that the compiler supports the -fsized-deallocation flag. // NOTE: Only clang-3.7 and GCC 5.1 and greater support -fsized-deallocation.
// REQUIRES: fsized-deallocation // REQUIRES: fsized-deallocation
// RUN: %build -fsized-deallocation // RUN: %build -fsized-deallocation

View File

@@ -14,7 +14,7 @@
// UNSUPPORTED: sanitizer-new-delete // UNSUPPORTED: sanitizer-new-delete
// NOTE: Require that the compiler supports the -fsized-deallocation flag. // NOTE: Only clang-3.7 and GCC 5.1 and greater support -fsized-deallocation.
// REQUIRES: fsized-deallocation // REQUIRES: fsized-deallocation
// RUN: %build -fsized-deallocation // RUN: %build -fsized-deallocation