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

Reid Spencer reid at x10sys.com
Wed Jun 7 16:03:29 PDT 2006



Changes in directory llvm/tools/llc:

llc.cpp updated: 1.133 -> 1.134
---
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)

 llc.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/tools/llc/llc.cpp
diff -u llvm/tools/llc/llc.cpp:1.133 llvm/tools/llc/llc.cpp:1.134
--- llvm/tools/llc/llc.cpp:1.133	Fri May 12 01:33:48 2006
+++ llvm/tools/llc/llc.cpp	Wed Jun  7 18:03:13 2006
@@ -28,6 +28,7 @@
 #include "llvm/Analysis/Verifier.h"
 #include "llvm/System/Signals.h"
 #include "llvm/Config/config.h"
+#include "llvm/LinkAllVMCore.h"
 #include <fstream>
 #include <iostream>
 #include <memory>






More information about the llvm-commits mailing list