[PATCH] D16351: [FIX] Bug 25404 - Crash on typedef in OpenCL 2.0
Igor Chesnokov via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 1 01:09:11 PST 2016
ichesnokov added a comment.
> majnemer: Why isn't this logic buried in GetArgumentVector so that other tools may take advantage of it?
Sorry, I do not understand what you say.
I looked into GetArgumentVector and this function is dummy now in both Unix and Windows, and it does not look like correct place to implement this fix.
Could you please clarify what the change do you propose?
This fix is global, not only for OpenCL. The patch is .cl because initial bugs is for OpenCL.
What can I do is generalizing the bug by adding patch in .c.
Repository:
rL LLVM
http://reviews.llvm.org/D16351
More information about the cfe-commits
mailing list