https://llvm.org/bugs/show_bug.cgi?id=27077
Chris Bieneman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #6 from Chris Bieneman <[email protected]> --- Actually, my apologies, I need to re-open this. We can't add this function to the darwin builtins because that builtin function isn't supported on platforms without CRT_HAS_128BIT, and Darwin doesn't support CRT_HAS_128BIT on i386. Polly will need to not generate this call when targeting i386 darwin. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
