Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: tools/gn/function_toolchain.cc

Issue 1361173004: [GN]: Add asmflags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/gn/function_toolchain.cc
diff --git a/tools/gn/function_toolchain.cc b/tools/gn/function_toolchain.cc
index 8758e429f409250a43f9f1f727008c9bafda1f67..298cac549cbee93269833ca33bdd652284bf6966 100644
--- a/tools/gn/function_toolchain.cc
+++ b/tools/gn/function_toolchain.cc
@@ -618,6 +618,7 @@ const char kTool_Help[] =
" along with a set of compiler-specific flags. The following expansions\n"
" are available:\n"
"\n"
+ " {{asmflags}}\n"
" {{cflags}}\n"
" {{cflags_c}}\n"
" {{cflags_cc}}\n"

Powered by Google App Engine
This is Rietveld 408576698