[all-commits] [llvm/llvm-project] 5fe741: [OpenMP] Separate Requirements into a standalone h...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Fri Dec 1 14:47:15 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5fe741f08e09a2eca276fc11d39240caa3d23cb2
https://github.com/llvm/llvm-project/commit/5fe741f08e09a2eca276fc11d39240caa3d23cb2
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-12-01 (Fri, 01 Dec 2023)
Changed paths:
M openmp/libomptarget/include/PluginManager.h
A openmp/libomptarget/include/Shared/Requirements.h
M openmp/libomptarget/include/omptarget.h
M openmp/libomptarget/plugins-nextgen/common/include/PluginInterface.h
M openmp/libomptarget/src/device.cpp
M openmp/libomptarget/src/interface.cpp
M openmp/libomptarget/src/rtl.cpp
M openmp/libomptarget/test/offloading/requires.c
Log Message:
-----------
[OpenMP] Separate Requirements into a standalone header (#74126)
This is not completely NFC since we now check all 4 requirements and the
test is checking the good and the bad case for combining flags.
More information about the All-commits
mailing list