llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang-driver Author: Henrik G. Olsson (hnrklssn) <details> <summary>Changes</summary> rdar://170506962 --- Full diff: https://github.com/llvm/llvm-project/pull/181759.diff 1 Files Affected: - (modified) clang/test/Driver/offload.f90 (+2) ``````````diff diff --git a/clang/test/Driver/offload.f90 b/clang/test/Driver/offload.f90 index 5f49f69f4d8f8..980969e51b368 100644 --- a/clang/test/Driver/offload.f90 +++ b/clang/test/Driver/offload.f90 @@ -1,3 +1,5 @@ +// REQUIRES: openmp_runtime + // RUN: %clang -### --driver-mode=flang --target=x86_64-unknown-linux-gnu \ // RUN: -resource-dir %S/Inputs/resource_dir_with_per_target_subdir \ // RUN: --rocm-path=%S/Inputs/rocm -fopenmp --offload-arch=gfx908 \ `````````` </details> https://github.com/llvm/llvm-project/pull/181759 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
