File tree 1 file changed +6
-3
lines changed 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,7 @@ Author: Daniel Kroening, 2013
16
16
17
17
#include < util/prefix.h>
18
18
19
- // / parses the command line options into a cmdlinet
20
- // / \par parameters: argument count, argument strings
21
- // / \return none
19
+ // clang-format off
22
20
const char *goto_ld_options_with_argument[]=
23
21
{
24
22
" --verbosity" ,
@@ -99,6 +97,7 @@ const char *ld_options_with_argument[]=
99
97
" --ios_version_min" , // Apple only
100
98
" --macosx_version_min" , // Apple only
101
99
" --install_name" , // Apple only
100
+ " --build-id" ,
102
101
nullptr
103
102
};
104
103
@@ -235,7 +234,11 @@ const char *ld_options_without_argument[]=
235
234
" --bundle" , // Apple only
236
235
nullptr
237
236
};
237
+ // clang-format on
238
238
239
+ // / parses the command line options into a cmdlinet
240
+ // / \par parameters: argument count, argument strings
241
+ // / \return none
239
242
bool ld_cmdlinet::parse (int argc, const char **argv)
240
243
{
241
244
assert (argc>0 );
You can’t perform that action at this time.
0 commit comments