[compiler-rt] r321141 - [hwasan] Remove --check-prefix=CHECK (NFC)

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 19 18:03:48 PST 2017


Author: eugenis
Date: Tue Dec 19 18:03:47 2017
New Revision: 321141

URL: http://llvm.org/viewvc/llvm-project?rev=321141&view=rev
Log:
[hwasan] Remove --check-prefix=CHECK (NFC)

Modified:
    compiler-rt/trunk/test/hwasan/TestCases/halt-on-error.cc

Modified: compiler-rt/trunk/test/hwasan/TestCases/halt-on-error.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/hwasan/TestCases/halt-on-error.cc?rev=321141&r1=321140&r2=321141&view=diff
==============================================================================
--- compiler-rt/trunk/test/hwasan/TestCases/halt-on-error.cc (original)
+++ compiler-rt/trunk/test/hwasan/TestCases/halt-on-error.cc Tue Dec 19 18:03:47 2017
@@ -1,4 +1,4 @@
-// RUN: %clangxx_hwasan -O0 %s -o %t && not %env_hwasan_opts=halt_on_error=0 %run %t 2>&1 | FileCheck %s --check-prefix=CHECK
+// RUN: %clangxx_hwasan -O0 %s -o %t && not %env_hwasan_opts=halt_on_error=0 %run %t 2>&1 | FileCheck %s
 // REQUIRES: stable-runtime
 
 #include <stdlib.h>




More information about the llvm-commits mailing list