[cfe-commits] r114636 - /cfe/trunk/test/CodeGenCXX/warn-padded-packed.cpp
Argyrios Kyrtzidis
akyrtzi at gmail.com
Thu Sep 23 02:40:20 PDT 2010
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;
More information about the cfe-commits
mailing list