Debug information for device code

Hi,
Can Clang produce debug info for device code by simply feeding
the -g option to the driver? NVCC expects the -G option for that
specific needs, but Clang does not understand it.

Yes, -g is enough.

Best regards,
Alexey Bataev