aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-09-23 09:40:20 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-09-23 09:40:20 +0000
commit7d8eb519ce9b0e5434f185c04404bc817032e716 (patch)
tree7646899038f8a41022020466c7fe586f1417db83
parentc69c43845aa3ede95af837b8be52868eca55d64d (diff)
Use -emit-llvm-only in the test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114636 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenCXX/warn-padded-packed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/warn-padded-packed.cpp b/test/CodeGenCXX/warn-padded-packed.cpp
index 034b02588e..4203bb3dda 100644
--- a/test/CodeGenCXX/warn-padded-packed.cpp
+++ b/test/CodeGenCXX/warn-padded-packed.cpp
@@ -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;