diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2010-09-23 09:40:20 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2010-09-23 09:40:20 +0000 |
commit | 7d8eb519ce9b0e5434f185c04404bc817032e716 (patch) | |
tree | 7646899038f8a41022020466c7fe586f1417db83 | |
parent | c69c43845aa3ede95af837b8be52868eca55d64d (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.cpp | 2 |
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; |