Default to "nvptx[64]-unknown-cuda" triple for device-side CUDA compilation.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Since -fcuda-is-device is just a -cc1 option can we require that the user just pass the triple in? Seems like a small shortcut that's unneeded?
-eric
Comment Actions
Scrapped. echristo@ has convinced me that required parameters to cc1 should not be guessed but rather provided explicitly.