diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2025-03-07 12:22:42 +0700 |
---|---|---|
committer | Matt Arsenault <arsenm2@gmail.com> | 2025-03-07 12:22:42 +0700 |
commit | fea958eae1e590dae78916f0f34ec36233b08a3b (patch) | |
tree | 49e758ecd66a859d1554f5e810697e59c0d12192 | |
parent | bb6101ca411d485cb3b42622aa737e8ddb110fee (diff) | |
download | llvm-users/arsenm/tools-remove-plugin-loader-includes.zip llvm-users/arsenm/tools-remove-plugin-loader-includes.tar.gz llvm-users/arsenm/tools-remove-plugin-loader-includes.tar.bz2 |
Revert llvm-lto2 caseusers/arsenm/tools-remove-plugin-loader-includes
-rw-r--r-- | llvm/tools/llvm-lto2/llvm-lto2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-lto2/llvm-lto2.cpp b/llvm/tools/llvm-lto2/llvm-lto2.cpp index 76420ad..3ad2a3e 100644 --- a/llvm/tools/llvm-lto2/llvm-lto2.cpp +++ b/llvm/tools/llvm-lto2/llvm-lto2.cpp @@ -25,6 +25,7 @@ #include "llvm/Support/CommandLine.h" #include "llvm/Support/FileSystem.h" #include "llvm/Support/InitLLVM.h" +#include "llvm/Support/PluginLoader.h" #include "llvm/Support/TargetSelect.h" #include "llvm/Support/Threading.h" #include <atomic> |