[compiler-rt] r359586 - fix comment

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


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

URL: http://llvm.org/viewvc/llvm-project?rev=359586&view=rev
Log:
fix comment

Modified:
    compiler-rt/trunk/test/fuzzer/fork.test

Modified: compiler-rt/trunk/test/fuzzer/fork.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/fork.test?rev=359586&r1=359585&r2=359586&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/fork.test (original)
+++ compiler-rt/trunk/test/fuzzer/fork.test Tue Apr 30 10:58:57 2019
@@ -11,7 +11,7 @@ OOM: ERROR: libFuzzer: out-of-memory
 RUN: %cpp_compiler %S/OutOfMemoryTest.cpp -o %t-OutOfMemoryTest
 RUN: not %run %t-OutOfMemoryTest -fork=1 -ignore_ooms=0  -rss_limit_mb=128 2>&1 | FileCheck %s --check-prefix=OOM
 
-# access-violation is the error thrown on Windows. Address will be smaller on x86.
+# access-violation is the error thrown on Windows. Address will be smaller on i386.
 CRASH: {{SEGV|access-violation}} on unknown address {{0x000000000000|0x00000000}}
 RUN: %cpp_compiler %S/ShallowOOMDeepCrash.cpp -o %t-ShallowOOMDeepCrash
 RUN: not %run %t-ShallowOOMDeepCrash -fork=1 -rss_limit_mb=128 2>&1 | FileCheck %s --check-prefix=CRASH




More information about the llvm-commits mailing list