1
Fork 0

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:
Trevor Gross 2024-06-21 14:08:49 -05:00
parent 64a3bd84d8
commit c15a698f56
6 changed files with 10 additions and 10 deletions

View file

@ -2185,7 +2185,7 @@ extern "C" {
UniqueSectionNames: bool,
TrapUnreachable: bool,
Singlethread: bool,
AsmComments: bool,
VerboseAsm: bool,
EmitStackSizeSection: bool,
RelaxELFRelocations: bool,
UseInitArray: bool,