[PATCH] D15534: [CUDA] renamed cuda_runtime.h wrapper to __clang_cuda_runtime_wrapper.h
Jason Henline via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 15 17:13:44 PST 2015
jhen added a subscriber: jhen.
================
Comment at: lib/Headers/__clang_cuda_runtime_wrapper.h:95
@@ -78,3 +94,3 @@
#define __CUDACC__
#include_next "cuda_runtime.h"
----------------
Now that the name of this header has been changed, would it be appropriate to change this #include_next to a simple #include?
http://reviews.llvm.org/D15534
More information about the cfe-commits
mailing list