Skip to content

Commit 66a80eb

Browse files
committed
export-file-local-symbols: include in help output
goto-cc --export-file-local-symbols was never documented in --help output.
1 parent 4f4a680 commit 66a80eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/goto-cc/goto_cc_mode.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ void goto_cc_modet::help()
6464
" --native-compiler cmd command to invoke as preprocessor/compiler\n"
6565
" --native-linker cmd command to invoke as linker\n"
6666
" --native-assembler cmd command to invoke as assembler (goto-as only)\n"
67+
" --export-file-local-symbols\n"
68+
" name-mangle and export file-local symbols\n"
69+
" --mangle-suffix suffix append suffix to exported file-local symbols\n"
6770
" --print-rejected-preprocessed-source file\n"
6871
" copy failing (preprocessed) source to file\n"
6972
" --object-bits number of bits used for object addresses\n"

0 commit comments

Comments
 (0)