This revision was automatically updated to reflect the committed changes.
Closed by commit rL278734: [CUDA] Include CUDA headers before anything else.
(authored by jlebar).
Changed prior to commit:
https://reviews.llvm.org/D23341?vs=67439&id=68072#toc
Repository:
rL LLVM
https://reviews.llv
tra accepted this revision.
tra added a comment.
This revision is now accepted and ready to land.
OK. This should help with PR26966.
https://reviews.llvm.org/D23341
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bi
jlebar created this revision.
jlebar added a reviewer: tra.
jlebar added subscribers: Prazek, cfe-commits.
There's no point to --cuda-path if we then go and include /usr/include
first. And if you install the right packages, Ubuntu will install (very
old) CUDA headers there.
https://reviews.llvm.