Describe GCC-like asm steps as "assemble ..."

Oddly, the MSVC toolchain already says "assemble ...".

Change-Id: Iabf06afa1b7c05b5699a26813f1469346be439a5
Reviewed-on: https://skia-review.googlesource.com/14367
Reviewed-by: Mike Klein <mtklein@chromium.org>
Commit-Queue: Mike Klein <mtklein@chromium.org>
This commit is contained in:
Mike Klein 2017-04-26 10:33:39 -04:00 committed by Skia Commit-Bot
parent 8185f59335
commit 39312c8f82

View File

@ -668,7 +668,7 @@ toolchain("gcc_like") {
outputs = [ outputs = [
"{{source_out_dir}}/{{target_output_name}}.{{source_name_part}}.o", "{{source_out_dir}}/{{target_output_name}}.{{source_name_part}}.o",
] ]
description = "compile {{source}}" description = "assemble {{source}}"
} }
tool("alink") { tool("alink") {