[PATCH] IR: Allow 32-bits for lines in debug location
Duncan P. N. Exon Smith
dexonsmith at apple.com
Fri Feb 6 14:26:21 PST 2015
Remove unnecessary restriction of 32-bits for line numbers in
`MDLocation`.
The rest of the debug info schema (with the exception of local
variables) uses 32-bits for line numbers. As I introduce the
specialized nodes, it makes sense to canonicalize on one size or the
other.
Does this make sense to you folks, or would you rather canonicalize
on 24-bits?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-IR-Allow-32-bits-for-lines-in-debug-location.patch
Type: application/octet-stream
Size: 5053 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150206/b9514efd/attachment.obj>
More information about the llvm-commits
mailing list