aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/llvmc2/Tools.td3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/llvmc2/Tools.td b/tools/llvmc2/Tools.td
index e803915da6..4b57a503e5 100644
--- a/tools/llvmc2/Tools.td
+++ b/tools/llvmc2/Tools.td
@@ -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"))
]>;