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

llvm-svn: 51323
This commit is contained in:
Chris Lattner 2008-05-20 17:27:57 +00:00
parent cc6b071c1e
commit b8b9805cc2
1 changed files with 2 additions and 2 deletions

View File

@ -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>