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/PCH/reloc.c | |
parent | 433dd49283e16e7f48c6697dd9bd53d201500a11 (diff) | |
download | clang-8a90ac0e85e8c5758b585fe486ee7db01c53fb98.tar.gz |
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/PCH/reloc.c')
-rw-r--r-- | test/PCH/reloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCH/reloc.c b/test/PCH/reloc.c index 36247d5029..ba8e70db02 100644 --- a/test/PCH/reloc.c +++ b/test/PCH/reloc.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-pch -o %t --relocatable-pch -isysroot %S/libroot %S/libroot/usr/include/reloc.h +// RUN: clang-cc -emit-pch -o %t -relocatable-pch -isysroot %S/libroot %S/libroot/usr/include/reloc.h // RUN: clang-cc -include-pch %t -isysroot %S/libroot %s -verify // RUN: not clang-cc -include-pch %t %s |