[PATCH] D48525: Handle NetBSD specific path in findDebugBinary()
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 25 11:07:24 PDT 2018
vitalybuka added inline comments.
================
Comment at: lib/DebugInfo/Symbolize/Symbolize.cpp:195
}
+#if defined(__NetBSD__)
+ // Try /usr/libdata/debug/path/to/original_binary/debuglink_name
----------------
Can we just try both paths and have the same behavior everywhere?
Repository:
rL LLVM
https://reviews.llvm.org/D48525
More information about the llvm-commits
mailing list