[llvm-commits] [llvm] r51323 - /llvm/trunk/win32/AsmParser/AsmParser.vcproj

Chris Lattner sabre at nondot.org
Tue May 20 10:28:01 PDT 2008


Author: lattner
Date: Tue May 20 12:27:57 2008
New Revision: 51323

URL: http://llvm.org/viewvc/llvm-project?rev=51323&view=rev
Log:
"The two generated files in the AsmParser.vcproj are pointing to the
wrong directory, this is the patch to fix it (also attached)."

Patch by 'OvermindDL1'


Modified:
    llvm/trunk/win32/AsmParser/AsmParser.vcproj

Modified: llvm/trunk/win32/AsmParser/AsmParser.vcproj
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/win32/AsmParser/AsmParser.vcproj?rev=51323&r1=51322&r2=51323&view=diff

==============================================================================
--- llvm/trunk/win32/AsmParser/AsmParser.vcproj (original)
+++ llvm/trunk/win32/AsmParser/AsmParser.vcproj Tue May 20 12:27:57 2008
@@ -380,11 +380,11 @@
 			Name="Generated Files"
 			>
 			<File
-				RelativePath="llvmAsmParser.cpp"
+				RelativePath="..\..\lib\AsmParser\llvmAsmParser.cpp"
 				>
 			</File>
 			<File
-				RelativePath="llvmAsmParser.h"
+				RelativePath="..\..\lib\AsmParser\llvmAsmParser.h"
 				>
 			</File>
 		</Filter>





More information about the llvm-commits mailing list