forked from OSchip/llvm-project
[gn build] Fix a comment typo and a comment copy-pasto
This commit is contained in:
parent
57fe7fd37d
commit
b1061e36d9
|
@ -1,9 +1,9 @@
|
||||||
# This file introduces a templates for running clang-tblgen.
|
# This file introduces a template for running clang-tblgen.
|
||||||
#
|
#
|
||||||
# Parameters:
|
# Parameters:
|
||||||
#
|
#
|
||||||
# args (required)
|
# args (required)
|
||||||
# [list of strings] Flags to pass to llvm-tblgen.
|
# [list of strings] Flags to pass to clang-tblgen.
|
||||||
#
|
#
|
||||||
# output_name (optional)
|
# output_name (optional)
|
||||||
# Basename of the generated output file.
|
# Basename of the generated output file.
|
||||||
|
|
Loading…
Reference in New Issue