diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2025-03-07 12:22:42 +0700 |
|---|---|---|
| committer | Matt Arsenault <arsenm2@gmail.com> | 2025-11-11 15:55:59 -0800 |
| commit | 49ca1c9733b4693a92b4fe21aa7e7a7413340cac (patch) | |
| tree | f7142d0a5326c108d62286d8f938d5b045291850 | |
| parent | 79423fdff6e32bbd38b5b36c26aa60ce8901fd0f (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 4077309..399306f 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> |
