[all-commits] [llvm/llvm-project] d552ce: [OpenMP][NFC] Remove `DelayedBinDesc` (#74360)
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Wed Dec 6 14:48:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d552ce263839ea92ae6bc5d05cf5e20b711019d1
https://github.com/llvm/llvm-project/commit/d552ce263839ea92ae6bc5d05cf5e20b711019d1
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-12-06 (Wed, 06 Dec 2023)
Changed paths:
M openmp/libomptarget/include/PluginManager.h
M openmp/libomptarget/src/interface.cpp
M openmp/libomptarget/src/rtl.cpp
A openmp/libomptarget/test/Inputs/empty.c
A openmp/libomptarget/test/offloading/bug60119.c
Log Message:
-----------
[OpenMP][NFC] Remove `DelayedBinDesc` (#74360)
Remove `DelayedBinDesc` as it is not necessary since
https://github.com/llvm/llvm-project/commit/bc4e0c048aa3cd940b0cea787014c7e8680e5040.
See
https://github.com/llvm/llvm-project/pull/74360#issuecomment-1843603736
for details.
More information about the All-commits
mailing list