[llvm-commits] CVS: llvm/tools/opt/opt.cpp
Reid Spencer
reid at x10sys.com
Wed Jun 7 16:03:30 PDT 2006
Changes in directory llvm/tools/opt:
opt.cpp updated: 1.108 -> 1.109
---
Log message:
For PR780: http://llvm.cs.uiuc.edu/PR780 :
1. Add #includes to LinkAllVMCore.h to get Mangler.o and InlineAsm.o
2. Make Mangler.h and InlineAsm.h use the macros to ensure linkage
3. Make each of the tools with --load options include LinkAllVMCore.h
This should be the last set of changes for this bug and 800.
---
Diffs of the changes: (+1 -0)
opt.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/tools/opt/opt.cpp
diff -u llvm/tools/opt/opt.cpp:1.108 llvm/tools/opt/opt.cpp:1.109
--- llvm/tools/opt/opt.cpp:1.108 Fri May 12 01:33:49 2006
+++ llvm/tools/opt/opt.cpp Wed Jun 7 18:03:13 2006
@@ -25,6 +25,7 @@
#include "llvm/Support/PluginLoader.h"
#include "llvm/Support/SystemUtils.h"
#include "llvm/Transforms/LinkAllPasses.h"
+#include "llvm/LinkAllVMCore.h"
#include <fstream>
#include <memory>
#include <algorithm>
More information about the llvm-commits
mailing list