[llvm-commits] CVS: llvm/tools/opt/opt.cpp

Chris Lattner lattner at cs.uiuc.edu
Sat Jul 10 20:07:08 PDT 2004


Changes in directory llvm/tools/opt:

opt.cpp updated: 1.93 -> 1.94

---
Log message:

Add -load option



---
Diffs of the changes:  (+1 -0)

Index: llvm/tools/opt/opt.cpp
diff -u llvm/tools/opt/opt.cpp:1.93 llvm/tools/opt/opt.cpp:1.94
--- llvm/tools/opt/opt.cpp:1.93	Thu May 27 15:32:10 2004
+++ llvm/tools/opt/opt.cpp	Sat Jul 10 20:05:53 2004
@@ -22,6 +22,7 @@
 #include "llvm/Target/TargetMachineImpls.h"
 #include "llvm/Support/PassNameParser.h"
 #include "llvm/System/Signals.h"
+#include "Support/PluginLoader.h"
 #include "Support/SystemUtils.h"
 #include <fstream>
 #include <memory>





More information about the llvm-commits mailing list