aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorJoseph Huber <huberjn@outlook.com>2023-12-18 11:01:02 -0600
committerGitHub <noreply@github.com>2023-12-18 11:01:02 -0600
commit913622d012f72edb5ac3a501cef8639d0ebe471b (patch)
tree8bae4c9a3f5fe27c6b638ff367aadf27dcea32ec /llvm/tools/llvm-objdump/llvm-objdump.cpp
parentfade67565e1a3d7447335f9b5dfbf85dccb5773b (diff)
downloadllvm-913622d012f72edb5ac3a501cef8639d0ebe471b.zip
llvm-913622d012f72edb5ac3a501cef8639d0ebe471b.tar.gz
llvm-913622d012f72edb5ac3a501cef8639d0ebe471b.tar.bz2
[Libomptarget] Remove remaining global constructors in plugins (#75814)
Summary: This patch fixes the remaining global constructor in the plguins after addressing the ones in the JIT interface. This struct was mistakenly using global constructors as not all the members were being initialized properly. This was almost certainly being optimized out because it's trivial, but would still be present in debug builds and prevented us from compiling with `-Werror=global-constructors`. We will want to do that once offloading is moved to a runtimes only build.
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions