diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-11-09 17:39:51 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-11-09 17:39:51 +0000 |
commit | ed193ba4f8083b7f61c572727c4ad8604c444353 (patch) | |
tree | 98f5fa9c77e49d8cfe0aac61197274f117639680 | |
parent | 7e293276281bd5bf8526c064d298082b08f0bd8b (diff) |
Add test case for r167619.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167621 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Driver/strictalign.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Driver/strictalign.c b/test/Driver/strictalign.c new file mode 100644 index 0000000000..e48c07c5c5 --- /dev/null +++ b/test/Driver/strictalign.c @@ -0,0 +1,2 @@ +// RUN: %clang -### -mstrict-align %s 2>&1 | FileCheck %s +// CHECK: -mstrict-align |