[debuginfo-tests] r313634 - Revert r313600 due to bot failures on Green Dragon.
Mike Edwards via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 19 07:51:37 PDT 2017
Author: sqlbyme
Date: Tue Sep 19 07:51:37 2017
New Revision: 313634
URL: http://llvm.org/viewvc/llvm-project?rev=313634&view=rev
Log:
Revert r313600 due to bot failures on Green Dragon.
http://green.lab.llvm.org/green/job/clang-stage1-configure-RA_check/35585/
Modified:
debuginfo-tests/trunk/nrvo-string.cpp
Modified: debuginfo-tests/trunk/nrvo-string.cpp
URL: http://llvm.org/viewvc/llvm-project/debuginfo-tests/trunk/nrvo-string.cpp?rev=313634&r1=313633&r2=313634&view=diff
==============================================================================
--- debuginfo-tests/trunk/nrvo-string.cpp (original)
+++ debuginfo-tests/trunk/nrvo-string.cpp Tue Sep 19 07:51:37 2017
@@ -3,6 +3,8 @@
//
// RUN: %clangxx -O0 -fno-exceptions %target_itanium_abi_host_triple %s -o %t.out -g
// RUN: %test_debuginfo %s %t.out
+// RUN: %clangxx -O1 -fno-exceptions %target_itanium_abi_host_triple %s -o %t.out -g
+// RUN: %test_debuginfo %s %t.out
//
// PR34513
More information about the llvm-commits
mailing list