Author: akirtzidis
Date: Thu Sep 23 04:40:20 2010
New Revision: 114636

URL: http://llvm.org/viewvc/llvm-project?rev=114636&view=rev
Log:
Use -emit-llvm-only in the test.

Modified:
    cfe/trunk/test/CodeGenCXX/warn-padded-packed.cpp

Modified: cfe/trunk/test/CodeGenCXX/warn-padded-packed.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/warn-padded-packed.cpp?rev=114636&r1=114635&r2=114636&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/warn-padded-packed.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/warn-padded-packed.cpp Thu Sep 23 04:40:20 2010
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple=x86_64-none-none -Wpadded -Wpacked -verify %s 
-emit-llvm -o %t
+// RUN: %clang_cc1 -triple=x86_64-none-none -Wpadded -Wpacked -verify %s 
-emit-llvm-only
 
 struct S1 {
   char c;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to