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

Kyle Evans <kev...@freebsd.org> changed:

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

--- Comment #5 from Kyle Evans <kev...@freebsd.org> ---
This isn't a valid LLVM bug; we're not explicitly adding _mcount to any
section, so it's getting added to .mdebug.abi32 that's created at the
beginning. With GCC it ended up in .text, but we shouldn't rely on this- I will
be addressing this in FreeBSD.

-- 
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