[all-commits] [llvm/llvm-project] 85bd90: [Driver] Move legacy -f[no-]unit-at-a-time to clan...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Mar 30 23:21:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 85bd90cb71843d022f2c8413ee23683fe8e71241
https://github.com/llvm/llvm-project/commit/85bd90cb71843d022f2c8413ee23683fe8e71241
Author: Fangrui Song <i at maskray.me>
Date: 2022-03-30 (Wed, 30 Mar 2022)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/Clang.cpp
Log Message:
-----------
[Driver] Move legacy -f[no-]unit-at-a-time to clang_ignored_gcc_optimization_f_Group
Move to clang_ignored_gcc_optimization_f_Group like other ignored options. This
decreases code size a bit: ~400 bytes on x86-64.
More information about the All-commits
mailing list