[PATCH] D37914: [OpenMP] Don't throw cudalib not found error if only front-end is required.
Hal Finkel via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 19 17:06:06 PDT 2017
hfinkel added inline comments.
================
Comment at: test/Driver/openmp-offload-gpu.c:140
+
+/// Check that error is not thrown by toolchain when no cuda lib device is found when using -c -S.
+/// Check that the flag is passed when -fopenmp-relocatable-target is used.
----------------
Do you need both -c and -S? I'm under the impression that -c -S is equivalent to -S.
Repository:
rL LLVM
https://reviews.llvm.org/D37914
More information about the cfe-commits
mailing list