mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-01 14:58:18 +00:00
[analyzer] scan-build: allow quotes around "-cc1" when looking at -### output.
Third time's the charm. Patch by Brennan Shacklett! llvm-svn: 204362
This commit is contained in:
parent
2006306f53
commit
0d7d09f804
@ -150,7 +150,7 @@ sub GetCCArgs {
|
||||
close(TO_PARENT);
|
||||
my $line;
|
||||
while (<FROM_CHILD>) {
|
||||
next if (!/\s-cc1\s/);
|
||||
next if (!/\s"?-cc1"?\s/);
|
||||
$line = $_;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user