[all-commits] [llvm/llvm-project] 10f405: [clang][cli] Don't always emit -f[no-]legacy-pass-...
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Sat Dec 12 01:12:50 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 10f40576f7b482dc55b9a0ba780c294c4e45817c
https://github.com/llvm/llvm-project/commit/10f40576f7b482dc55b9a0ba780c294c4e45817c
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2020-12-12 (Sat, 12 Dec 2020)
Changed paths:
M clang/unittests/Frontend/CompilerInvocationTest.cpp
M llvm/include/llvm/Option/OptParser.td
Log Message:
-----------
[clang][cli] Don't always emit -f[no-]legacy-pass-manager
We don't need to always generate `-f[no-]experimental-new-pass-manager`.
This patch does not change the behavior of any other command line flag. (For example `-triple` is still being always generated.)
Reviewed By: dexonsmith, Bigcheese
Differential Revision: https://reviews.llvm.org/D92857
More information about the All-commits
mailing list