[clang][cli] Port CodeGenOpts simple string flags to new option parsing system
authorJan Svoboda <jan_svoboda@apple.com>
Fri, 18 Dec 2020 09:15:08 +0000 (10:15 +0100)
committerJan Svoboda <jan_svoboda@apple.com>
Fri, 18 Dec 2020 09:28:48 +0000 (10:28 +0100)
commit95d3cc67caac04668ef808f65c30ced60ed14f5d
treed40cb5954464d75ed6c8f18f67ab3a821138a9f0
parent156180727d6c347eda3ba749730707acb8a48093
[clang][cli] Port CodeGenOpts simple string flags to new option parsing system

Depends on D84668

Reviewed By: Bigcheese

Original patch by Daniel Grumberg.

Differential Revision: https://reviews.llvm.org/D84669
clang/include/clang/Basic/CodeGenOptions.h
clang/include/clang/Basic/DiagnosticDriverKinds.td
clang/include/clang/Driver/Options.td
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/Profile/c-generate.c