[llvm-bugs] [Bug 27338] New: It'd be nice if llvm-pdbdump's "Reading PDBs is not supported on this platform." message was more detailed
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Apr 13 06:18:40 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27338
Bug ID: 27338
Summary: It'd be nice if llvm-pdbdump's "Reading PDBs is not
supported on this platform." message was more detailed
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: DebugInfo
Assignee: unassignedbugs at nondot.org
Reporter: nicolasweber at gmx.de
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
llvm-pdbdump prints "Reading PDBs is not supported on this platform." if
a) the dia sdk wasn't found at compile time and pdb support is not compiled in
b) the com connection to dia couldn't be started
It'd be nice if it could print
"Reading PDBs is not supported on this platform (DIA SDK not found at compile
time, support not compiled in)"
"Reading PDBs is not supported on this platform (failed to connect to DIA at
runtime, either install visual studio or put msdiaX.dll on your PATH)"
or something like that.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160413/6841c483/attachment.html>
More information about the llvm-bugs
mailing list