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

Reid Kleckner <r...@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Reid Kleckner <r...@google.com> ---
I went ahead and fixed this in clang in r345676. Fixing it in LLVM would've
been difficult because i128 is marked as illegal for x86_64. We follow GCC when
passing i128 now, regardless of the environment. MSVC doesn't pass i128.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to