[all-commits] [llvm/llvm-project] 9f0321: [Libomptarget] Make plugins depend explicitly on `...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Sun Mar 24 13:24:59 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f0321ccf118b37e5cb93cabd2acbf600c36b6ee
https://github.com/llvm/llvm-project/commit/9f0321ccf118b37e5cb93cabd2acbf600c36b6ee
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-03-24 (Sun, 24 Mar 2024)
Changed paths:
M openmp/libomptarget/plugins-nextgen/common/CMakeLists.txt
Log Message:
-----------
[Libomptarget] Make plugins depend explicitly on `intrinsics_gen`
Summary:
It's possible for the OpenMP offloading plugins to be build before
tablegen is run despite the fact that we rely on it. Simply make it
depend on it currently.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list