[compiler-rt] r359588 - remove stale comment

Jonathan Metzman via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 30 10:58:58 PDT 2019


Author: metzman
Date: Tue Apr 30 10:58:58 2019
New Revision: 359588

URL: http://llvm.org/viewvc/llvm-project?rev=359588&view=rev
Log:
remove stale comment

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

Modified: compiler-rt/trunk/test/fuzzer/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/lit.cfg?rev=359588&r1=359587&r2=359588&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/lit.cfg (original)
+++ compiler-rt/trunk/test/fuzzer/lit.cfg Tue Apr 30 10:58:58 2019
@@ -25,7 +25,7 @@ else:
 # the test runner updated.
 config.test_format = lit.formats.ShTest(execute_external)
 
-# LeakSanitizer is not supported on OSX, Windows, or i386 right now.
+# LeakSanitizer is not supported on OSX or Windows right now.
 if (sys.platform.startswith('darwin') or
     sys.platform.startswith('freebsd') or
     sys.platform.startswith('netbsd') or




More information about the llvm-commits mailing list