summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-05-20 17:27:57 +0000
committerChris Lattner <sabre@nondot.org>2008-05-20 17:27:57 +0000
commitb8b9805cc2bb6fc47a95490cc49f231f0a71314e (patch)
tree3a113efacbcf8976d0c80209384aaf7e9e4fba78
parentcc6b071c1e23903e897f8bf44f8006366b785c0b (diff)
downloadbcm5719-llvm-b8b9805cc2bb6fc47a95490cc49f231f0a71314e.tar.gz
bcm5719-llvm-b8b9805cc2bb6fc47a95490cc49f231f0a71314e.zip
"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
-rw-r--r--llvm/win32/AsmParser/AsmParser.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/win32/AsmParser/AsmParser.vcproj b/llvm/win32/AsmParser/AsmParser.vcproj
index f44a9c2a41a..ac0aae67777 100644
--- a/llvm/win32/AsmParser/AsmParser.vcproj
+++ b/llvm/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>
OpenPOWER on IntegriCloud