Open Quuxplusone opened 10 years ago
Bugzilla Link | PR19832 |
Status | NEW |
Importance | P normal |
Reported by | Edward O'Callaghan (eocallaghan@alterapraxis.com) |
Reported on | 2014-05-22 21:04:59 -0700 |
Last modified on | 2018-09-07 10:57:46 -0700 |
Version | trunk |
Hardware | PC Linux |
CC | llvm-bugs@lists.llvm.org, orivej@gmx.fr, rengolin@gmail.com, samsonov@google.com, vonosmas@gmail.com |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
Sorry for being late on this, I completely agree the semantics and implementation are very badly designed (partially my fault). Now that we have both compiler-rt and libc++ buildbots, we can make more substantial changes without the fear to be breaking something.
I'll probably have to fix some of that (at least natively) to make the libc++abi tests pass without libgcc_s (since it only needs hardware emulation like div and ld2).
Once that's working we can discuss your problems, because I really didn't understand much of your problem... :)