goto out;
}
- if (!conf->run_second_cpp && str_eq(actual_language, "cu")) {
+ if (!conf->run_second_cpp
+ && (str_eq(actual_language, "cu") || str_eq(actual_language, "cuda"))) {
cc_log("Using CUDA compiler; not compiling preprocessed code");
conf->run_second_cpp = true;
}
{"c++-cpp-output", "c++-cpp-output"},
{"c++-header", "c++-cpp-output"},
{"cu", "cpp-output"},
+ {"cuda", "cpp-output"},
{"objective-c", "objective-c-cpp-output"},
{"objective-c-header", "objective-c-cpp-output"},
{"objc-cpp-output", "objective-c-cpp-output"},