Fixes PR22926.
Details
Diff Detail
Event Timeline
Seems pretty good. Pending the driver aspect rewrite we might want a -### test that verifies the particular phases and commands that are coming out?
-eric
Complete test for cuda-related driver pipeline construction is part of the
driver changes I'll send in a bit. Stay tuned.
I think that test will make sense when we get the pipeline up and going so LGTM for this part.
-eric
As we mentioned we'll need to split the testcase out to avoid leaving temporary files etc as well. Use -### and split accordingly to test the various features.
-eric
Updated test case to avoid creation of temporary files.
Updating D8383: Ensure that we still parse preprocessed CUDA files as CUDA when we use
-save-temps option.
Removed unnecessary preprocessing and run compiler checks on the file combined with -x cuda-cpp-output.
Updating D8383: Ensure that we still parse preprocessed CUDA files as CUDA when we use
-save-temps option.
Cleaned up the test case.
Updating D8383: Ensure that we still parse preprocessed CUDA files as CUDA when we use
-save-temps option.
Probably best to avoid most of this comment and just say what you're testing here.