diff options
author | Jan Svoboda <jan_svoboda@apple.com> | 2021-01-05 17:00:46 +0100 |
---|---|---|
committer | Jan Svoboda <jan_svoboda@apple.com> | 2021-01-06 13:27:19 +0100 |
commit | ce8c59e6af487f0b8786ae921aa926341f0ae04f (patch) | |
tree | d1f5b90025cd7b4ddc51b76486998bf83ee2eba8 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 643e3c90761f30194a76671065d221d3cb71a199 (diff) | |
download | llvm-ce8c59e6af487f0b8786ae921aa926341f0ae04f.zip llvm-ce8c59e6af487f0b8786ae921aa926341f0ae04f.tar.gz llvm-ce8c59e6af487f0b8786ae921aa926341f0ae04f.tar.bz2 |
Reapply multiple "[clang][cli]" patches
This reverts 7ad666798f12 and 1876a2914fe0 that reverted:
741978d727a4 [clang][cli] Port CodeGen option flags to new option parsing system
383778e2171b [clang][cli] Port LangOpts option flags to new option parsing system
aec2991d083a [clang][cli] Port LangOpts simple string based options to new option parsing system
95d3cc67caac [clang][cli] Port CodeGenOpts simple string flags to new option parsing system
27b7d646886d [clang][cli] Streamline MarshallingInfoFlag description
70410a264949 [clang][cli] Let denormalizer decide how to render the option based on the option class
63a24816f561 [clang][cli] Implement `getAllArgValues` marshalling
Commit 741978d727a4 accidentally changed the `Group` attribute of `g[no_]column_info` options from `g_flags_Group` to `g_Group`, which changed the debug info options passed to cc1 by the driver.
Similar change was also present in 383778e2171b, which accidentally added `Group<f_Group>` to `f[no_]const_strings` and `f[no_]signed_wchar`.
This patch corrects all three accidental changes by replacing `Bool{G,F}Option` with `BoolCC1Option`.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions