[compiler-rt] r245089 - Fixup stale comment about supported OSs

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 14 13:01:28 PDT 2015


Author: rnk
Date: Fri Aug 14 15:01:27 2015
New Revision: 245089

URL: http://llvm.org/viewvc/llvm-project?rev=245089&view=rev
Log:
Fixup stale comment about supported OSs

Modified:
    compiler-rt/trunk/test/asan/lit.cfg

Modified: compiler-rt/trunk/test/asan/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/lit.cfg?rev=245089&r1=245088&r2=245089&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/lit.cfg (original)
+++ compiler-rt/trunk/test/asan/lit.cfg Fri Aug 14 15:01:27 2015
@@ -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




More information about the llvm-commits mailing list