[all-commits] [llvm/llvm-project] d65a7d: [Libomptarget] Do not run CPU tests if FFI was not...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Jan 10 05:22:43 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d65a7d1f1a2139f927949ab6b1a9d90113de9a90
https://github.com/llvm/llvm-project/commit/d65a7d1f1a2139f927949ab6b1a9d90113de9a90
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M openmp/libomptarget/plugins-nextgen/CMakeLists.txt
Log Message:
-----------
[Libomptarget] Do not run CPU tests if FFI was not found
Summary:
The previous behaviour before I made it dynamically open libFFI was that
these tests would be ignored if FFI was not found. This now allows tests
to be run without the dependency and thus the tests fails on some
buildbots. This simply makesit not build the tests if it's not present.
More information about the All-commits
mailing list