[PATCH] D70759: [llvm-symbolizer] Support debug file lookup using build ID
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 4 11:28:05 PST 2019
dblaikie accepted this revision.
dblaikie added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/DebugInfo/symbolize-build-id.test:3
+
+# RUN: llvm-symbolizer --obj=%t 0x20112f | FileCheck --check-prefix=UNKNOWN %s
+
----------------
Perhaps this should have a --debug-file-directory that's specifically non-existent rather than (if I'm reading the code correctly) falling back to the system directories and potentially interacting with other paths on the system that are outside the test's control?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70759/new/
https://reviews.llvm.org/D70759
More information about the llvm-commits
mailing list