[llvm-commits] CVS: llvm/win32/CodeGen/CodeGen.vcproj
Jeff Cohen
jeffc at jolt-lang.org
Sun Sep 25 12:04:55 PDT 2005
Changes in directory llvm/win32/CodeGen:
CodeGen.vcproj updated: 1.13 -> 1.14
---
Log message:
Fix VC++ build errors.
---
Diffs of the changes: (+2 -2)
CodeGen.vcproj | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/win32/CodeGen/CodeGen.vcproj
diff -u llvm/win32/CodeGen/CodeGen.vcproj:1.13 llvm/win32/CodeGen/CodeGen.vcproj:1.14
--- llvm/win32/CodeGen/CodeGen.vcproj:1.13 Fri Sep 9 21:33:17 2005
+++ llvm/win32/CodeGen/CodeGen.vcproj Sun Sep 25 14:04:43 2005
@@ -212,10 +212,10 @@
RelativePath="..\..\include\llvm\CodeGen\IntrinsicLowering.h">
</File>
<File
- RelativePath="..\..\lib\CodeGen\LiveInterval.h">
+ RelativePath="..\..\include\llvm\CodeGen\LiveInterval.h">
</File>
<File
- RelativePath="..\..\lib\CodeGen\LiveIntervalAnalysis.h">
+ RelativePath="..\..\include\llvm\CodeGen\LiveIntervalAnalysis.h">
</File>
<File
RelativePath="..\..\include\llvm\CodeGen\LiveVariables.h">
More information about the llvm-commits
mailing list