diff options
author | Jonathan Metzman <metzman@chromium.org> | 2019-04-30 17:58:58 +0000 |
---|---|---|
committer | Jonathan Metzman <metzman@chromium.org> | 2019-04-30 17:58:58 +0000 |
commit | 5a271cd75838cf287fa05f0983d5855e4786e2d1 (patch) | |
tree | 73fa619c5ee8fe3adedc3cd1cd7314c9447c8a87 | |
parent | d61084901ca37497c984f515a7fd62c3ebce4d2d (diff) | |
download | bcm5719-llvm-5a271cd75838cf287fa05f0983d5855e4786e2d1.tar.gz bcm5719-llvm-5a271cd75838cf287fa05f0983d5855e4786e2d1.zip |
remove stale comment
llvm-svn: 359588
-rw-r--r-- | compiler-rt/test/fuzzer/lit.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/lit.cfg b/compiler-rt/test/fuzzer/lit.cfg index fda7b30619c..a4d0bc08f1a 100644 --- a/compiler-rt/test/fuzzer/lit.cfg +++ b/compiler-rt/test/fuzzer/lit.cfg @@ -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 |