[debuginfo-tests] r313600 - Drop -O1 case from nrvo-string.cpp

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 16:54:43 PDT 2017


Author: hans
Date: Mon Sep 18 16:54:43 2017
New Revision: 313600

URL: http://llvm.org/viewvc/llvm-project?rev=313600&view=rev
Log:
Drop -O1 case from nrvo-string.cpp

It relied on r313400 which was reverted in r313589.

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=313600&r1=313599&r2=313600&view=diff
==============================================================================
--- debuginfo-tests/trunk/nrvo-string.cpp (original)
+++ debuginfo-tests/trunk/nrvo-string.cpp Mon Sep 18 16:54:43 2017
@@ -3,8 +3,6 @@
 //
 // 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