[all-commits] [llvm/llvm-project] 4667dd: [OpenMP][NFC] Merge elf_common into PluginInterfac...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Tue Nov 28 10:03:39 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4667dd62eee3c5d70e47fd45cb8c45d2f1234bff
https://github.com/llvm/llvm-project/commit/4667dd62eee3c5d70e47fd45cb8c45d2f1234bff
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-11-28 (Tue, 28 Nov 2023)
Changed paths:
M openmp/libomptarget/plugins-nextgen/CMakeLists.txt
M openmp/libomptarget/plugins-nextgen/amdgpu/CMakeLists.txt
M openmp/libomptarget/plugins-nextgen/common/CMakeLists.txt
M openmp/libomptarget/plugins-nextgen/common/OMPT/CMakeLists.txt
M openmp/libomptarget/plugins-nextgen/common/PluginInterface/CMakeLists.txt
M openmp/libomptarget/plugins-nextgen/common/PluginInterface/GlobalHandler.cpp
M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.cpp
A openmp/libomptarget/plugins-nextgen/common/PluginInterface/Utils/ELF.cpp
A openmp/libomptarget/plugins-nextgen/common/PluginInterface/Utils/ELF.h
R openmp/libomptarget/plugins-nextgen/common/elf_common/CMakeLists.txt
R openmp/libomptarget/plugins-nextgen/common/elf_common/ELFSymbols.cpp
R openmp/libomptarget/plugins-nextgen/common/elf_common/ELFSymbols.h
R openmp/libomptarget/plugins-nextgen/common/elf_common/elf_common.cpp
R openmp/libomptarget/plugins-nextgen/common/elf_common/elf_common.h
M openmp/libomptarget/plugins-nextgen/cuda/CMakeLists.txt
Log Message:
-----------
[OpenMP][NFC] Merge elf_common into PluginInterface (#73677)
The overhead of a library and 4 files seems high without benefit. This
simply tries to consolidate our structure.
More information about the All-commits
mailing list