[LLVMbugs] [Bug 11885] New: Missing metadata llvm.dbg.sp
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Jan 29 22:12:10 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=11885
Bug #: 11885
Summary: Missing metadata llvm.dbg.sp
Product: libraries
Version: 3.0
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: Core LLVM classes
AssignedTo: unassignedbugs at nondot.org
ReportedBy: crubio at cs.wisc.edu
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
In release 3.0 and newer, retrieving the metadata "llvm.dbg.sp" by invoking:
M.getNamedMetadata("llvm.dbg.sp");
results in NULL. On the other hand, my attempt to retrieve the same metadata
using an older LLVM version (137737) was successful.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list