[all-commits] [llvm/llvm-project] e48692: [Clang] implement -fno-eliminate-unused-debug-types

Nick Desaulniers via All-commits all-commits at lists.llvm.org
Fri Aug 7 14:14:31 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e486921fd6cf96ae9114adac455f7c0b5c1088a7
      https://github.com/llvm/llvm-project/commit/e486921fd6cf96ae9114adac455f7c0b5c1088a7
  Author: Nick Desaulniers <ndesaulniers at google.com>
  Date:   2020-08-07 (Fri, 07 Aug 2020)

  Changed paths:
    M clang/docs/ClangCommandLineReference.rst
    M clang/docs/CommandGuide/clang.rst
    M clang/docs/UsersManual.rst
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Basic/CodeGenOptions.h
    M clang/include/clang/Basic/DebugInfoOptions.h
    M clang/include/clang/Driver/Options.td
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDebugInfo.h
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Frontend/CompilerInvocation.cpp
    A clang/test/CodeGen/debug-info-unused-types.c
    A clang/test/CodeGen/debug-info-unused-types.cpp
    M clang/test/Driver/debug-options.c

  Log Message:
  -----------
  [Clang] implement -fno-eliminate-unused-debug-types

Fixes pr/11710.
Signed-off-by: Nick Desaulniers <ndesaulniers at google.com>

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D80242




More information about the All-commits mailing list