[all-commits] [llvm/llvm-project] 4531f5: [llvm-dwp] Get the DWO file from relative path if ...

QingShan Zhang via All-commits all-commits at lists.llvm.org
Mon Sep 12 22:46:23 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4531f5385125dd6448004a16cd80a94484ca68b7
      https://github.com/llvm/llvm-project/commit/4531f5385125dd6448004a16cd80a94484ca68b7
  Author: Zhang Qing Shan <zhangqingshan.zll at bytedance.com>
  Date:   2022-09-13 (Tue, 13 Sep 2022)

  Changed paths:
    A llvm/test/tools/llvm-dwp/Inputs/search_dwos/a.dwo
    A llvm/test/tools/llvm-dwp/Inputs/search_dwos/b.dwo
    A llvm/test/tools/llvm-dwp/Inputs/search_dwos/main
    A llvm/test/tools/llvm-dwp/X86/search_dwos.test
    M llvm/tools/llvm-dwp/llvm-dwp.cpp

  Log Message:
  -----------
  [llvm-dwp] Get the DWO file from relative path if the absolute path is not valid

Extend the llvm-dwp to support searching the DWOs that from relative path for the
case that build from remote building system(different comp_dir).

Reviewd By: dblaikie

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




More information about the All-commits mailing list