[PATCH] D29642: [OpenMP] Make OpenMP generated code for the NVIDIA device relocatable by default

Jonas Hahnfeld via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 30 23:25:01 PDT 2017


Hahnfeld accepted this revision.
Hahnfeld added a comment.
This revision is now accepted and ready to land.

LGTM after fixing the check-prefix



================
Comment at: test/Driver/openmp-offload.c:595
+// RUN:   %clang -### -fopenmp=libomp -fopenmp-targets=nvptx64-nvidia-cuda -save-temps -no-canonical-prefixes %s 2>&1 \
+// RUN:   | FileCheck -check-prefix=CHK-PTXAS %s
+
----------------
`CHK-PTXAS-DEFAULT`


Repository:
  rL LLVM

https://reviews.llvm.org/D29642





More information about the cfe-commits mailing list