r189884 - Use -O0 in this test too.

Rafael Espindola rafael.espindola at gmail.com
Tue Sep 3 16:31:29 PDT 2013


Author: rafael
Date: Tue Sep  3 18:31:28 2013
New Revision: 189884

URL: http://llvm.org/viewvc/llvm-project?rev=189884&view=rev
Log:
Use -O0 in this test too.

Modified:
    cfe/trunk/test/CodeGenCXX/vtable-available-externally.cpp

Modified: cfe/trunk/test/CodeGenCXX/vtable-available-externally.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/vtable-available-externally.cpp?rev=189884&r1=189883&r2=189884&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/vtable-available-externally.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/vtable-available-externally.cpp Tue Sep  3 18:31:28 2013
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -I%S -triple=x86_64-apple-darwin10 -emit-llvm -O3 -o %t 
+// RUN: %clang_cc1 %s -I%S -triple=x86_64-apple-darwin10 -emit-llvm -O0 -o %t 
 // RUN: FileCheck --check-prefix=CHECK-TEST1 %s < %t
 // RUN: FileCheck --check-prefix=CHECK-TEST2 %s < %t
 // RUN: FileCheck --check-prefix=CHECK-TEST5 %s < %t





More information about the cfe-commits mailing list