[llvm-bugs] [Bug 15685] OpenCL 'char' is not signed
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jan 19 23:42:52 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=15685
Igor Chesnokov <ichesnokov at accesssoftek.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #1 from Igor Chesnokov <ichesnokov at accesssoftek.com> ---
This is already fixed in Clang 3.9.0.
"@foo = constant i32 -1, align 4" output appears for platforms x86, ppc32,
ppc64, ppc64le, x86, x86-64 targets.
In 3.9.0 the sample requires to define foo as "constant in foo".
--
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/20160120/0e59883a/attachment.html>
More information about the llvm-bugs
mailing list