mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Add a help string for the -c option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50764 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
77ddce97ad
commit
6a6cd729aa
@ -64,7 +64,8 @@ def llvm_gcc_assembler : Tool<
|
||||
(out_language "object-code"),
|
||||
(output_suffix "o"),
|
||||
(cmd_line "llvm-gcc -c -x assembler $INFILE -o $OUTFILE"),
|
||||
(switch_option "c", (stop_compilation)),
|
||||
(switch_option "c", (stop_compilation),
|
||||
(help "Compile and assemble, but do not link")),
|
||||
(prefix_list_option "Wa", (unpack_values), (help "pass options to assembler"))
|
||||
]>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user