commit | 00d5508496c1ec0540da5714b0ed66e64b623df5 | [log] [tgz] |
---|---|---|
author | Jeff Cohen <jeffc@jolt-lang.org> | Thu Jan 06 06:02:53 2005 +0000 |
committer | Jeff Cohen <jeffc@jolt-lang.org> | Thu Jan 06 06:02:53 2005 +0000 |
tree | 830de560dbe7d2d2a6a24506613c9dce5815f874 | |
parent | eca0d0f2da52abfce8a098201da52b39529cc5a0 [diff] [blame] |
Add project opt to Visual Studio. llvm-svn: 19307
diff --git a/llvm/tools/opt/opt.cpp b/llvm/tools/opt/opt.cpp index 56bc16b..fd339d9 100644 --- a/llvm/tools/opt/opt.cpp +++ b/llvm/tools/opt/opt.cpp
@@ -23,6 +23,7 @@ #include "llvm/System/Signals.h" #include "llvm/Support/PluginLoader.h" #include "llvm/Support/SystemUtils.h" +#include "llvm/Transforms/LinkAllPasses.h" #include <fstream> #include <memory> #include <algorithm>