[all-commits] [llvm/llvm-project] e29065: [lldb][test] Fix sh_flags and sh_entsize of .debug...

Fangrui Song via All-commits all-commits at lists.llvm.org
Fri Feb 21 18:51:45 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e29065a105342a904871437d18a4e6fab09e5bc1
      https://github.com/llvm/llvm-project/commit/e29065a105342a904871437d18a4e6fab09e5bc1
  Author: Fangrui Song <maskray at google.com>
  Date:   2020-02-21 (Fri, 21 Feb 2020)

  Changed paths:
    M lldb/test/Shell/SymbolFile/DWARF/dwp.s

  Log Message:
  -----------
  [lldb][test] Fix sh_flags and sh_entsize of .debug_str.dwo

sh_flags: SHF_MERGE | SHF_STRINGS | SHF_EXCLUDE
sh_entsize: 1

Incorrect sh_flags or sh_entsize is an error after the assembler change made by D73999.




More information about the All-commits mailing list