Skip to content

Commit ed099bb

Browse files
authored
Merge pull request #3919 from diffblue/goto-cc-arch
goto-cc: recognize Apple-extension -arch
2 parents 1a0b770 + 4b00379 commit ed099bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/goto-cc/gcc_cmdline.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ const char *gcc_options_with_argument[]=
7979
const char *gcc_options_with_separated_argument[]=
8080
{
8181
"-aux-info",
82+
"-arch", // Apple only
8283
"--param", // Apple only
8384
"-imacros",
8485
"-iprefix",

0 commit comments

Comments
 (0)