Rename the asm-comments
compiler flag to verbose-asm
Since this codegen flag now only controls LLVM-generated comments rather than all assembly comments, make the name more accurate (and also match Clang).
This commit is contained in:
parent
64a3bd84d8
commit
c15a698f56
6 changed files with 10 additions and 10 deletions
|
@ -2185,7 +2185,7 @@ extern "C" {
|
|||
UniqueSectionNames: bool,
|
||||
TrapUnreachable: bool,
|
||||
Singlethread: bool,
|
||||
AsmComments: bool,
|
||||
VerboseAsm: bool,
|
||||
EmitStackSizeSection: bool,
|
||||
RelaxELFRelocations: bool,
|
||||
UseInitArray: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue