[all-commits] [llvm/llvm-project] 73413d: Revert "fix windows build for D80242"

Nick Desaulniers via All-commits all-commits at lists.llvm.org
Fri Aug 7 16:12:22 PDT 2020


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

  Changed paths:
    M clang/test/CodeGen/debug-info-unused-types.cpp

  Log Message:
  -----------
  Revert "fix windows build for D80242"

This reverts commit cbd8ec93709376fbf404c99f4eee399790e26db7.


  Commit: abb9bf4bcf98a226d9350448e31411eb55e9efb0
      https://github.com/llvm/llvm-project/commit/abb9bf4bcf98a226d9350448e31411eb55e9efb0
  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
    R clang/test/CodeGen/debug-info-unused-types.c
    R clang/test/CodeGen/debug-info-unused-types.cpp
    M clang/test/Driver/debug-options.c

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

This reverts commit e486921fd6cf96ae9114adac455f7c0b5c1088a7.

Breaks windows builds and osx builds.


Compare: https://github.com/llvm/llvm-project/compare/3adc9aeb250c...abb9bf4bcf98


More information about the All-commits mailing list