[all-commits] [llvm/llvm-project] 585663: [DWARF] Refactor test to remove relocations for DWO

Alexander Yermolovich via All-commits all-commits at lists.llvm.org
Thu Jul 29 13:15:14 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 585663225287ec9a26ead936a8424fc0e8a175da
      https://github.com/llvm/llvm-project/commit/585663225287ec9a26ead936a8424fc0e8a175da
  Author: Alexander Yermolovich <ayermolo at fb.com>
  Date:   2021-07-29 (Thu, 29 Jul 2021)

  Changed paths:
    M llvm/test/DebugInfo/X86/dwarfdump-header.s

  Log Message:
  -----------
  [DWARF] Refactor test to remove relocations for DWO

The way this test generates object file results in relocation sections for .dwo sections. This is not legal. Re-wrote it to avoid those relocation sections.

Reviewed By: dblaikie

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




More information about the All-commits mailing list