[all-commits] [llvm/llvm-project] a5098e: [OpenMP] Fix some tests failing with 'libgomp' as ...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Jan 9 08:04:12 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5098e5f27badc3ba16533418accd2e17641e4e4
https://github.com/llvm/llvm-project/commit/a5098e5f27badc3ba16533418accd2e17641e4e4
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed paths:
M clang/test/Driver/amdgpu-openmp-system-arch-fail.c
M clang/test/Driver/amdgpu-openmp-toolchain.c
M clang/test/Driver/hip-options.hip
M clang/test/Driver/openmp-offload-gpu.c
M clang/test/Driver/openmp-offload-headers.c
M clang/test/Driver/openmp-offload-infer.c
M clang/test/Driver/openmp-offload-jit.c
Log Message:
-----------
[OpenMP] Fix some tests failing with 'libgomp' as the default library
Summary:
There's some static checks on the library, we can't do offloading with
`libgomp` for OpenMP. This patch specifies the library for the tests to
avoid this breaking tests.
More information about the All-commits
mailing list