[all-commits] [llvm/llvm-project] 6ab608: Revert "DebugInfo: Add/support new DW_LANG codes f...

David Blaikie via All-commits all-commits at lists.llvm.org
Tue Dec 6 14:53:06 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6ab6085c77ef9bcdabf842342f63fba4291791a4
      https://github.com/llvm/llvm-project/commit/6ab6085c77ef9bcdabf842342f63fba4291791a4
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2022-12-06 (Tue, 06 Dec 2022)

  Changed paths:
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/test/CodeGen/debug-info-preprocessed-file.i
    R clang/test/CodeGen/debug-info-programming-language.c
    M clang/test/CodeGenCXX/debug-info-programming-language.cpp
    M clang/test/PCH/debug-info-pch-container-path.c

  Log Message:
  -----------
  Revert "DebugInfo: Add/support new DW_LANG codes for recent C and C++ versions"

Some buildbots are failing in Clang and LLDB tests. (I guess the LLDB
failure is due to the explicit C language tests in DwarfUnit.cpp that
need to be updated - not sure what the Clang failures are about, they
seem to be still emitting C99 when we're expecting C11 and I checked
those tests pass... maybe systems with a different C language version
default?)

This reverts commit 3c312e48f325c1b1ee11404ee6cfa08ee00037b0.




More information about the All-commits mailing list