[llvm-commits] CVS: llvm/tools/opt/opt.cpp
Jeff Cohen
jeffc at jolt-lang.org
Wed Jan 5 22:03:05 PST 2005
Changes in directory llvm/tools/opt:
opt.cpp updated: 1.102 -> 1.103
---
Log message:
Add project opt to Visual Studio.
---
Diffs of the changes: (+1 -0)
Index: llvm/tools/opt/opt.cpp
diff -u llvm/tools/opt/opt.cpp:1.102 llvm/tools/opt/opt.cpp:1.103
--- llvm/tools/opt/opt.cpp:1.102 Wed Jan 5 11:31:55 2005
+++ llvm/tools/opt/opt.cpp Thu Jan 6 00:02:53 2005
@@ -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>
More information about the llvm-commits
mailing list