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

Lucas Prates <lucas.pra...@arm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Fixed By Commit(s)|                            |3d943bcd223e
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED

--- Comment #14 from Lucas Prates <lucas.pra...@arm.com> ---
Fixed by commit 3d943bcd223e:

> $ llc -o compiler_rt.o compiler_rt.ll -filetype=obj 
> -mtriple=armv8a-unknown-linux-unknown
> $ llc -o test.o test.ll -filetype=obj -mtriple=armv8a-unknown-linux-unknown
> $ llc -o c.o c.ll -filetype=obj -mtriple=armv8a-unknown-linux-unknown
> $ ld.lld -o test test.o c.o compiler_rt.o
> $ qemu-arm ./test
> $ echo $?
> 0

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