| commit | 79423fdff6e32bbd38b5b36c26aa60ce8901fd0f | [log] [tgz] |
|---|---|---|
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | Tue Mar 04 16:08:41 2025 +0700 |
| committer | Matt Arsenault <arsenm2@gmail.com> | Tue Nov 11 15:55:59 2025 -0800 |
| tree | 2e7885859646f1bfeadebf5e80f6640211a5eea3 | |
| parent | 7b7b462a8fbc6965e347d3f8d9fad0e951d5f868 [diff] |
Revert opt case
diff --git a/llvm/tools/opt/optdriver.cpp b/llvm/tools/opt/optdriver.cpp index f66f039..f70db31 100644 --- a/llvm/tools/opt/optdriver.cpp +++ b/llvm/tools/opt/optdriver.cpp
@@ -43,6 +43,7 @@ #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/FileSystem.h" #include "llvm/Support/InitLLVM.h" +#include "llvm/Support/PluginLoader.h" #include "llvm/Support/SourceMgr.h" #include "llvm/Support/SystemUtils.h" #include "llvm/Support/TargetSelect.h"