"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'



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51323 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2008-05-20 17:27:57 +00:00
parent d30020a84e
commit 71472ba025

View File

@ -380,11 +380,11 @@
Name="Generated Files" Name="Generated Files"
> >
<File <File
RelativePath="llvmAsmParser.cpp" RelativePath="..\..\lib\AsmParser\llvmAsmParser.cpp"
> >
</File> </File>
<File <File
RelativePath="llvmAsmParser.h" RelativePath="..\..\lib\AsmParser\llvmAsmParser.h"
> >
</File> </File>
</Filter> </Filter>