[PATCH] D26437: Use -fno-unit-at-a-time and -funit-at-a-time
Justin Lebar via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 11 18:19:43 PST 2016
jlebar added a comment.
In https://reviews.llvm.org/D26437#593535, @rampitec wrote:
> Why do not we just rely on an attribute? Why does it exist if we cannot use it?
You can use the attribute. It is just not implemented correctly in clang's opencl frontend. The correct way to implement it is as I explained.
Repository:
rL LLVM
https://reviews.llvm.org/D26437
More information about the llvm-commits
mailing list