[PATCH] D70759: [llvm-symbolizer] Support debug file lookup using build ID

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 3 21:12:09 PST 2019


MaskRay added inline comments.


================
Comment at: llvm/test/DebugInfo/symbolize-build-id.test:6
+
+RUN: llvm-symbolizer --debug-file-directory=%p/Inputs --obj=%p/Inputs/dwarfdump-test.elf-x86-64.build-id 0x20112f | FileCheck --check-prefix=FOUND %s
+
----------------
Can the binary artifact Inputs/dwarfdump-test.elf-x86-64.build-id be replaced with a YAML file that specifies .note.gnu.build-id?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70759/new/

https://reviews.llvm.org/D70759





More information about the llvm-commits mailing list