| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[OpenMP] Add function for setting LIBOMPTARGET_INFO at runtime Summary: This patch adds a new runtime function __tgt_set_info_flag that allows the user to set the information level at runtime without using the environment variable. Using this will require an extern function, but will eventually be added into an auxilliary library for OpenMP support functions. This patch required moving the current InfoLevel to a global variable which must be instantiated by each plugin. Reviewed By: jdoerfert Differential Revision: https://reviews.llvm.org/D100774 | 5 年前 | |
[Libomptarget] Make the plugins link as LLVM libraries Previously we made libomptarget link as an LLVM library so we have access to the LLVM core libraries. After the initial patch stuck we can now apply the same changes to the plugins. This will allow us to use LLVM in all of libomptarget when we have uses for them. In the future this should allow us to remove the dependencies on libelf, libffi, and dl. Reviewed By: JonChesterfield Differential Revision: https://reviews.llvm.org/D130262 | 3 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 5 年前 | ||
| 3 年前 |