[compiler-rt] r309042 - [ubsan] Update a test missed in r309008, NFC
Vedant Kumar via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 25 15:33:28 PDT 2017
Author: vedantk
Date: Tue Jul 25 15:33:28 2017
New Revision: 309042
URL: http://llvm.org/viewvc/llvm-project?rev=309042&view=rev
Log:
[ubsan] Update a test missed in r309008, NFC
Modified:
compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/Linux/PR33221.cpp
Modified: compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/Linux/PR33221.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/Linux/PR33221.cpp?rev=309042&r1=309041&r2=309042&view=diff
==============================================================================
--- compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/Linux/PR33221.cpp (original)
+++ compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/Linux/PR33221.cpp Tue Jul 25 15:33:28 2017
@@ -1,4 +1,4 @@
-// RUN: %clangxx -std=c++11 -frtti -fsanitize=vptr -g %s -O3 -o %t
+// RUN: %clangxx -std=c++11 -frtti -fsanitize=vptr,null -g %s -O3 -o %t
// RUN: %run %t &> %t.log
// RUN: cat %t.log | not count 0 && FileCheck --input-file %t.log %s || cat %t.log | count 0
More information about the llvm-commits
mailing list