summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2015-08-14 20:01:27 +0000
committerReid Kleckner <rnk@google.com>2015-08-14 20:01:27 +0000
commit4ca630be18d707f24cec8d790dbfc60a23f9f472 (patch)
tree99c25a58ddd0e41ff4f6ebe6e8985d5c9ce359df
parentbef1094ee7b795d817dc1d17953ba1323fc8d75e (diff)
downloadbcm5719-llvm-4ca630be18d707f24cec8d790dbfc60a23f9f472.tar.gz
bcm5719-llvm-4ca630be18d707f24cec8d790dbfc60a23f9f472.zip
Fixup stale comment about supported OSs
llvm-svn: 245089
-rw-r--r--compiler-rt/test/asan/lit.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler-rt/test/asan/lit.cfg b/compiler-rt/test/asan/lit.cfg
index 4b14ab1a4c2..d3679258fd6 100644
--- a/compiler-rt/test/asan/lit.cfg
+++ b/compiler-rt/test/asan/lit.cfg
@@ -188,7 +188,6 @@ config.suffixes = ['.c', '.cc', '.cpp']
if config.host_os == 'Darwin':
config.suffixes.append('.mm')
-# AddressSanitizer tests are currently supported on Linux, Darwin and
-# FreeBSD only.
+# Only run the tests on supported OSs.
if config.host_os not in ['Linux', 'Darwin', 'FreeBSD', 'Windows']:
config.unsupported = True
OpenPOWER on IntegriCloud