Displaying 2 results from an estimated 2 matches for "9a538b20".
2018 Apr 17
0
Why LLVM doesn't have debug information of function right parentheses?
..._____________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180417/9a538b20/attachment.html>
2018 Apr 12
2
Why LLVM doesn't have debug information of function right parentheses?
Hi,
On 12/04/2018 15:35, Frozen via llvm-dev wrote:
> I added one attribute named EndLine in LLVM IR before. LLVM's part is
> not hard, but will modify many places in Clang. I success for it, you
> can try this way.
>
For loops, we use a range to keep track of the start and end of the loop
for remarks: http://llvm.org/doxygen/classllvm_1_1Loop_1_1LocRange.html
Maybe it would