[all-commits] [llvm/llvm-project] f47a4c: [lld] Fixed CodeView GuidAdapter::format to handle...

orlov-alex via All-commits all-commits at lists.llvm.org
Thu Apr 8 18:29:38 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f47a4c071376c32d970bb26fbfca5a2fb08c164e
      https://github.com/llvm/llvm-project/commit/f47a4c071376c32d970bb26fbfca5a2fb08c164e
  Author: Alex Orlov <aorlov at accesssoftek.com>
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
    M lld/test/COFF/Inputs/pdb-type-server-invalid-path.yaml
    M lld/test/COFF/Inputs/pdb-type-server-missing-2.yaml
    M lld/test/COFF/Inputs/pdb-type-server-valid-signature.yaml
    M lld/test/COFF/pdb-type-server-invalid-signature.yaml
    M lld/test/COFF/pdb-type-server-missing.yaml
    M lld/test/COFF/pdb-type-server-native-errors.yaml
    M llvm/lib/DebugInfo/CodeView/Formatters.cpp
    M llvm/lib/ObjectYAML/CodeViewYAMLTypes.cpp
    M llvm/test/DebugInfo/PDB/DIA/pdbdump-flags.test
    M llvm/test/DebugInfo/PDB/Native/pdb-native-summary.test
    M llvm/test/DebugInfo/PDB/pdbdump-headers.test
    M llvm/test/DebugInfo/PDB/pdbdump-readwrite.test
    M llvm/test/DebugInfo/PDB/pdbdump-yaml.test
    M llvm/test/ObjectYAML/CodeView/sections.yaml
    M llvm/test/tools/llvm-pdbutil/explain-pdb-stream.test
    M llvm/test/tools/llvm-pdbutil/stripped.test

  Log Message:
  -----------
  [lld] Fixed CodeView GuidAdapter::format to handle GUID bytes in the right order.

This fixes https://bugs.llvm.org/show_bug.cgi?id=41712 bug.

Reviewed By: aganea

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




More information about the All-commits mailing list