[llvm-bugs] [Bug 14469] undefined reference to '__mulodi4'
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Mar 22 15:17:10 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=14469
Luke <lukebenes at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lukebenes at hotmail.com
Status|RESOLVED |REOPENED
Resolution|DUPLICATE |---
--- Comment #9 from Luke <lukebenes at hotmail.com> ---
This was incorrectly closed as a duplicate. bug 13897 is fixed, but the test
case here is still not working.
$ gcc -ftrapv -m32 32.cc
$ clang -ftrapv -m32 32.cc
/usr/bin/ld: /tmp/32-cc3c8b.o: in function `main':
32.cc:(.text+0x4f): undefined reference to `__mulodi4'
clang-9: error: linker command failed with exit code 1 (use -v to see
invocation)
$ clang --version
clang version 9.0.0 (https://github.com/llvm/llvm-project.git
0f472e1d01d60b6e615cd71a09b0a52eb8e42072)
Target: i686-pc-linux-gnu
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190322/ff57c8c8/attachment-0001.html>
More information about the llvm-bugs
mailing list