Emit device side LLVM IR for CUDA C++

Hi all,

Does anyone know how to emit LLVM IR for the kernel of a CUDA C++ code? clang++ -emit-llvm --cuda-gpu-arch=sm_75 [x.cu](http://x.cu) somehow only emits code for the host side code.

Thanks,
Navdeep