diff options
author | Chris Lattner <sabre@nondot.org> | 2008-05-20 17:27:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-05-20 17:27:57 +0000 |
commit | b22a6e49f0f9639bf615349fd5661f463ad79e71 (patch) | |
tree | 12f5a9675ff0ed0516c81623f967f61aebe6320e /win32 | |
parent | c987d7054ac1bf869d16882bf06f30621329fc30 (diff) | |
download | external_llvm-b22a6e49f0f9639bf615349fd5661f463ad79e71.zip external_llvm-b22a6e49f0f9639bf615349fd5661f463ad79e71.tar.gz external_llvm-b22a6e49f0f9639bf615349fd5661f463ad79e71.tar.bz2 |
"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
Diffstat (limited to 'win32')
-rw-r--r-- | win32/AsmParser/AsmParser.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/AsmParser/AsmParser.vcproj b/win32/AsmParser/AsmParser.vcproj index f44a9c2..ac0aae6 100644 --- a/win32/AsmParser/AsmParser.vcproj +++ b/win32/AsmParser/AsmParser.vcproj @@ -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> |