[all-commits] [llvm/llvm-project] 2ae0df: [CodeView] Revert 8374bf43634725dc02a262a77b5f940f...

Alexandre Ganea via All-commits all-commits at lists.llvm.org
Thu Jun 18 13:19:13 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2ae0df5be7408a79524743762b6c74953f31b805
      https://github.com/llvm/llvm-project/commit/2ae0df5be7408a79524743762b6c74953f31b805
  Author: Alexandre Ganea <alexandre.ganea at ubisoft.com>
  Date:   2020-06-18 (Thu, 18 Jun 2020)

  Changed paths:
    R clang/test/CodeGen/debug-info-codeview-buildinfo.c
    M lld/COFF/PDB.cpp
    M lld/test/COFF/Inputs/pdb_lines_1_relative.yaml
    M lld/test/COFF/Inputs/pdb_lines_2_relative.yaml
    M lld/test/COFF/pdb-relative-source-lines.test
    M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
    M llvm/test/DebugInfo/COFF/build-info.ll
    M llvm/test/DebugInfo/COFF/global-type-hashes.ll
    M llvm/test/DebugInfo/COFF/types-basic.ll
    M llvm/test/DebugInfo/COFF/types-data-members.ll

  Log Message:
  -----------
  [CodeView] Revert 8374bf43634725dc02a262a77b5f940fca25938c and 403f9537924b8910ed4f741ed96c61f5e657915b

This reverts:
8374bf43634725dc02a262a77b5f940fca25938c [CodeView] Fix generated command-line expansion in LF_BUILDINFO. Fix the 'pdb' entry which was previously a null reference, now an empty string.
403f9537924b8910ed4f741ed96c61f5e657915b [CodeView] Add full repro to LF_BUILDINFO record

This is causing the lld/test/COFF/pdb-relative-source-lines.test to fail: http://lab.llvm.org:8011/builders/lld-x86_64-win/builds/1096/steps/test-check-all/logs/FAIL%3A%20lld%3A%3Apdb-relative-source-lines.test
And clang/test/CodeGen/debug-info-codeview-buildinfo.c fails as well: http://lab.llvm.org:8011/builders/clang-s390x-linux/builds/33346/steps/ninja%20check%201/logs/FAIL%3A%20Clang%3A%3Adebug-info-codeview-buildinfo.c




More information about the All-commits mailing list