Skip to content

Commit 15051b4

Browse files
committed
Ignore --param
llvm-svn: 46107
1 parent e780f40 commit 15051b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/utils/ccc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ def main(args):
5353
if arg == '-o':
5454
output = args[i+1]
5555
i += 1
56+
if arg == '--param':
57+
i += 1
5658
if arg[:2] in ['-D', '-I', '-U']:
5759
if not arg[2:]:
5860
arg += args[i+1]

0 commit comments

Comments
 (0)