[all-commits] [llvm/llvm-project] 8ec7d9: DebugInfo: Move the '=' version of -gsimple-templa...

David Blaikie via All-commits all-commits at lists.llvm.org
Fri Sep 24 11:18:32 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8ec7d9b8f875368a5f92596332cd05059df6bbd2
      https://github.com/llvm/llvm-project/commit/8ec7d9b8f875368a5f92596332cd05059df6bbd2
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2021-09-24 (Fri, 24 Sep 2021)

  Changed paths:
    M clang/include/clang/Driver/Options.td
    M clang/lib/Frontend/CompilerInvocation.cpp
    M clang/test/Driver/debug-options.c

  Log Message:
  -----------
  DebugInfo: Move the '=' version of -gsimple-template-names to the frontend

Based on feedback from Paul Robinson on 38c09ea that the 'mangled' mode
is only useful as an LLVM-developer-internal tool in combination with
llvm-dwarfdump --verify, so demote that to a frontend-only (not driver)
option. The driver support is simply -g{no-,}simple-template-names to
switch on simple template names, without the option to use the mangled
template name scheme there.




More information about the All-commits mailing list