[PATCH] [llvm-symbolizer] Introduce the -dsym-hint option.
Alexey Samsonov
vonosmas at gmail.com
Mon Oct 13 11:48:31 PDT 2014
I think we should check in .dSYM binaries - IIUC we can't generate these files unless we have dsymutil installed in the system (and we certainly don't have it on Linux).
================
Comment at: test/tools/llvm-symbolizer/Inputs/dsym-test.c:1
@@ +1,2 @@
+int main() {
+ return 0;
----------------
Please provide a comment with sequence of compiler / dsymutil invocations yielding the all the binaries you check in to Inputs/
http://reviews.llvm.org/D5705
More information about the llvm-commits
mailing list