[all-commits] [llvm/llvm-project] 7ad666: Revert 741978d727 and things that landed on top of...
Nico Weber via All-commits
all-commits at lists.llvm.org
Wed Dec 23 09:59:02 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ad666798f12456d9e663e763e17e29007c3728d
https://github.com/llvm/llvm-project/commit/7ad666798f12456d9e663e763e17e29007c3728d
Author: Nico Weber <thakis at chromium.org>
Date: 2020-12-23 (Wed, 23 Dec 2020)
Changed paths:
M clang/include/clang/Basic/CodeGenOptions.h
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/include/clang/Basic/DiagnosticFrontendKinds.td
M clang/include/clang/Driver/Options.td
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/test/Profile/c-generate.c
M llvm/include/llvm/Option/OptParser.td
Log Message:
-----------
Revert 741978d727 and things that landed on top of it.
741978d727 made clang produce output that's 2x as large at least in
sanitizer builds. https://reviews.llvm.org/D83892#2470185 has a
standalone repro.
This reverts the following commits:
Revert "[clang][cli] Port CodeGenOpts simple string flags to new option parsing system"
This reverts commit 95d3cc67caac04668ef808f65c30ced60ed14f5d.
Revert "[clang][cli] Port LangOpts simple string based options to new option parsing system"
This reverts commit aec2991d083a9c5b92f94d84a7b3a7bbed405af8.
Revert "[clang][cli] Streamline MarshallingInfoFlag description"
This reverts commit 27b7d646886d499c70dec3481dfc3c82dfc43dd7.
Revert "[clang][cli] Port LangOpts option flags to new option parsing system"
This reverts commit 383778e2171b4993f555433745466e211e713548.
Revert "[clang][cli] Port CodeGen option flags to new option parsing system"
This reverts commit 741978d727a445fa279d5952a86ea634adb7dc52.
More information about the All-commits
mailing list