https://bugs.llvm.org/show_bug.cgi?id=52376

Wouter van Oortmerssen <aardap...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Wouter van Oortmerssen <aardap...@gmail.com> ---
This particular assert should be fixed in https://reviews.llvm.org/D113438, see
comments on that commit for details.

The general issue of .debug_aranges making sense however is not yet though,
since (as can be seen in the test code for the above patch) we are emitting
aranges for 2 separate "address spaces": data in linear memory, and code as
code section offsets. These could overlap and thus not make sense.

Since aranges does not accomodate for the concept of address spaces, the
easiest solution may be to only emit code offsets to aranges. Let me open a
fresh issue for that..

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to