This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Make OpenMP generated code for the NVIDIA device relocatable by default
ClosedPublic

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

Diff Detail

Repository
rL LLVM

Event Timeline

gtbercea created this revision.Feb 7 2017, 7:41 AM
gtbercea added a subscriber: cfe-commits.
mkuron added a subscriber: mkuron.Mar 14 2017, 1:46 AM
gtbercea updated this revision to Diff 93172.Mar 27 2017, 1:41 PM

Update patch to reflect latest source code changes.

Hahnfeld added inline comments.
test/Driver/openmp-offload.c
598

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

gtbercea updated this revision to Diff 93501.Mar 30 2017, 10:54 AM

Remove redundant check.

gtbercea marked an inline comment as done.Mar 30 2017, 10:54 AM
gtbercea updated this revision to Diff 93557.Mar 30 2017, 3:49 PM

Change prefix name in test.

Hahnfeld accepted this revision.Mar 30 2017, 11:24 PM

LGTM after fixing the check-prefix

test/Driver/openmp-offload.c
595

CHK-PTXAS-DEFAULT

This revision is now accepted and ready to land.Mar 30 2017, 11:24 PM
gtbercea updated this revision to Diff 93672.Mar 31 2017, 9:36 AM
gtbercea marked an inline comment as done.

Fix prefix.

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