[all-commits] [llvm/llvm-project] 531b3a: [Frontend] Replace CC1 option -masm-verbose with -...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Tue Mar 31 22:34:26 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 531b3aff3094dcd2e7ffed7f72ebd932ea386baf
https://github.com/llvm/llvm-project/commit/531b3aff3094dcd2e7ffed7f72ebd932ea386baf
Author: Fangrui Song <maskray at google.com>
Date: 2020-03-31 (Tue, 31 Mar 2020)
Changed paths:
M clang/include/clang/Driver/CC1Options.td
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/test/CodeGenObjC/debug-info-class-extension.m
M clang/test/CodeGenObjC/debug-info-class-extension2.m
M clang/test/CodeGenObjC/debug-info-class-extension3.m
M clang/test/CodeGenObjC/debug-info-property.m
M clang/test/CodeGenObjC/debug-info-property2.m
M clang/test/CodeGenObjC/debug-info-property4.m
M clang/test/CodeGenObjC/debug-info-property5.m
M clang/test/CodeGenObjC/property-dbg.m
M clang/test/Driver/clang-translation.c
M clang/test/Driver/integrated-as.c
Log Message:
-----------
[Frontend] Replace CC1 option -masm-verbose with -fno-verbose-asm
Most OSâś•target enable -fverbose-asm, so it makes sense to flip the CC1
option to reduce common command lines.
More information about the All-commits
mailing list