[PATCH] D74883: Add a llvm-gsymutil tool that can convert object files to GSYM and perform lookups.
walter erquinigo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 25 08:26:35 PST 2020
wallace added inline comments.
================
Comment at: llvm/tools/llvm-gsym/llvm-gsymutil.cpp:166
+ if (!BundlePaths.size())
+ BundlePaths.push_back(InputPath);
+ return BundlePaths;
----------------
probably you don't want to append InputPath if it's an empty dsym directory
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74883/new/
https://reviews.llvm.org/D74883
More information about the llvm-commits
mailing list