This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Pass -v to PTXAS if it was passed to the driver.
ClosedPublic

Authored by gtbercea on Feb 7 2017, 7:47 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

gtbercea added a subscriber: cfe-commits.
jlebar accepted this revision.Feb 7 2017, 9:43 AM

I'm fine with this.

This revision is now accepted and ready to land.Feb 7 2017, 9:43 AM
gtbercea updated this revision to Diff 93176.Mar 27 2017, 2:05 PM

Update patch to reflect latest source code changes.

Hahnfeld added inline comments.
test/Driver/openmp-offload.c
607 ↗(On Diff #93176)

This path might not be correct on all systems. Do we really need this check?

gtbercea updated this revision to Diff 93502.Mar 30 2017, 10:58 AM

Remove redundant check.

gtbercea marked an inline comment as done.Mar 30 2017, 10:58 AM
gtbercea updated this revision to Diff 93559.Mar 30 2017, 3:55 PM

Change prefix name in test.

Just noticed that this isn't specific to OpenMP. Could you move the test to Driver/cuda-external-tools.cu where the rest of ptxas is tested?

gtbercea updated this revision to Diff 93676.Mar 31 2017, 9:51 AM

Move test.

gtbercea closed this revision.Aug 7 2017, 1:20 PM