[PATCH] D15534: [CUDA] renamed cuda_runtime.h wrapper to __clang_cuda_runtime_wrapper.h
Artem Belevich via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 16 10:22:10 PST 2015
tra added inline comments.
================
Comment at: lib/Headers/__clang_cuda_runtime_wrapper.h:95
@@ -78,3 +94,3 @@
#define __CUDACC__
#include_next "cuda_runtime.h"
----------------
jhen wrote:
> Now that the name of this header has been changed, would it be appropriate to change this #include_next to a simple #include?
Fixed.
http://reviews.llvm.org/D15534
More information about the cfe-commits
mailing list