[all-commits] [llvm/llvm-project] da249c: [clang-cl] Map /Ot to -O3 instead of -O2 (#95406)
Hans via All-commits
all-commits at lists.llvm.org
Fri Jun 14 01:23:56 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: da249cad8d398939e0c608d38d0c038954941316
https://github.com/llvm/llvm-project/commit/da249cad8d398939e0c608d38d0c038954941316
Author: Hans <hans at hanshq.net>
Date: 2024-06-14 (Fri, 14 Jun 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/docs/UsersManual.rst
M clang/include/clang/Driver/Options.td
M clang/lib/Driver/ToolChains/MSVC.cpp
M clang/test/Driver/cl-options.c
Log Message:
-----------
[clang-cl] Map /Ot to -O3 instead of -O2 (#95406)
/Ot (which is also implied by /O2) is supposed to optimize for maximum
speed, so -O3 seems like a better match.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list