diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-11-29 09:33:10 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-29 09:33:10 +0000 |
commit | 8a90ac0e85e8c5758b585fe486ee7db01c53fb98 (patch) | |
tree | 665259e7c19d030248d64f18a78aab45c7b4da41 /test/CodeGen/2008-08-04-void-pointer-arithmetic.c | |
parent | 433dd49283e16e7f48c6697dd9bd53d201500a11 (diff) |
Normalize options to use '-FOO' instead of '--FOO'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90071 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/2008-08-04-void-pointer-arithmetic.c')
-rw-r--r-- | test/CodeGen/2008-08-04-void-pointer-arithmetic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2008-08-04-void-pointer-arithmetic.c b/test/CodeGen/2008-08-04-void-pointer-arithmetic.c index 22815f32cc..bd4d8f8c18 100644 --- a/test/CodeGen/2008-08-04-void-pointer-arithmetic.c +++ b/test/CodeGen/2008-08-04-void-pointer-arithmetic.c @@ -1,4 +1,4 @@ -// RUN: clang-cc --emit-llvm -o - %s +// RUN: clang-cc -emit-llvm -o - %s // <rdar://problem/6122967> int f0(void *a, void *b) { |