[PATCH] D56667: Explicitly set C++ standard for `Posix/no-fd.cc` ASan test.

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 15 00:58:13 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL351169: Explicitly set C++ standard for `Posix/no-fd.cc` ASan test. (authored by delcypher, committed by ).

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56667/new/

https://reviews.llvm.org/D56667

Files:
  compiler-rt/trunk/test/asan/TestCases/Posix/no-fd.cc


Index: compiler-rt/trunk/test/asan/TestCases/Posix/no-fd.cc
===================================================================
--- compiler-rt/trunk/test/asan/TestCases/Posix/no-fd.cc
+++ compiler-rt/trunk/test/asan/TestCases/Posix/no-fd.cc
@@ -1,4 +1,4 @@
-// RUN: %clangxx_asan -O0 %s -o %t
+// RUN: %clangxx_asan -std=c++11 -O0 %s -o %t
 // RUN: %run %t 2>&1 | FileCheck %s
 // RUN: %env_asan_opts=debug=1,verbosity=2 %run %t 2>&1 | FileCheck %s
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56667.181734.patch
Type: text/x-patch
Size: 452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190115/e74b3c0e/attachment.bin>


More information about the llvm-commits mailing list