[all-commits] [llvm/llvm-project] 2a8c9d: [Libomptarget] Use the nextgen plugins by default.
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Jan 23 15:31:03 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2a8c9d7c8abfa31487dd60eb7334aa94b64954b1
https://github.com/llvm/llvm-project/commit/2a8c9d7c8abfa31487dd60eb7334aa94b64954b1
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-01-23 (Mon, 23 Jan 2023)
Changed paths:
M openmp/libomptarget/src/rtl.cpp
M openmp/libomptarget/test/mapping/prelock.cpp
Log Message:
-----------
[Libomptarget] Use the nextgen plugins by default.
The next-gen plugins are complete drop-in replacements for the old
versions. We should strive to replace the old ones as quickly as
possible now that we have a viable alternative.
The only test failing is the `prelock.cpp` test as the support has not landed in
the next-gen plugins.
Reviewed By: JonChesterfield
Differential Revision: https://reviews.llvm.org/D142399
More information about the All-commits
mailing list