echristo added a comment. The llvm backend patch here has discussion around debug info kinds that we should iron out first.
================ Comment at: lib/Driver/ToolChains/Cuda.cpp:292 + bool IsDebugEnabled = !A || A->getOption().matches(options::OPT_O0) || + Args.hasFlag(options::OPT_cuda_noopt_device_debug, + options::OPT_no_cuda_noopt_device_debug, ---------------- Is this an nvcc compatibility flag? Repository: rC Clang https://reviews.llvm.org/D51554 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits