https://bugs.llvm.org/show_bug.cgi?id=45887
Tobias Burnus <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #7 from Tobias Burnus <[email protected]> ---
Close as FIXED.
Current post-LLVM 12 llvm-mc gives for the attached file:
llvm-mc --triple=amdgcn--amdhsa -mcpu=fiji -filetype=obj
--amdhsa-code-object-version=2 foo.s -o foo.o
foo.s:753:2: error: undefined label '.L33'
s_branch .L33
^
As .L33 is in .text.unlikely and "s_branch" is in .text.
Hence, the internal error/segfault is now fixed.
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs