[all-commits] [llvm/llvm-project] 2d3509: [DWARFYAML] Make the include_directories, file_nam...

Xing GUO via All-commits all-commits at lists.llvm.org
Fri Sep 18 05:22:43 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d35092cd2589dffbca1e34a3dc68f6df75818a9
      https://github.com/llvm/llvm-project/commit/2d35092cd2589dffbca1e34a3dc68f6df75818a9
  Author: Xing GUO <higuoxing at gmail.com>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
    M lldb/unittests/Symbol/Inputs/inlined-functions.yaml
    M llvm/lib/ObjectYAML/DWARFYAML.cpp
    M llvm/test/ObjectYAML/MachO/DWARF-debug_info.yaml
    M llvm/test/ObjectYAML/MachO/DWARF-debug_line.yaml
    M llvm/test/ObjectYAML/MachO/DWARF5-debug_info.yaml
    M llvm/test/tools/llvm-dwarfdump/X86/verify_attr_file_indexes.yaml
    M llvm/test/tools/llvm-dwarfdump/X86/verify_attr_file_indexes_no_files.yaml
    M llvm/test/tools/llvm-gsymutil/ARM_AArch64/fat-macho-dwarf.yaml
    M llvm/test/tools/llvm-gsymutil/X86/mach-dwarf.yaml
    M llvm/test/tools/llvm-objcopy/MachO/Inputs/strip-all-with-dwarf.yaml
    M llvm/test/tools/yaml2obj/ELF/DWARF/debug-line.yaml

  Log Message:
  -----------
  [DWARFYAML] Make the include_directories, file_names and opcodes fields of the line table optional.

This patch makes the include_directories, file_names and opcodes fields
of the line table optional. This helps us simplify some tests.

Reviewed By: jhenderson

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




More information about the All-commits mailing list