diff options
| author | Chris Lattner <sabre@nondot.org> | 2008-01-02 21:30:58 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2008-01-02 21:30:58 +0000 |
| commit | b08b8e6f5979c81bfe1700361c9895412a22047d (patch) | |
| tree | aea91e66eb9184ed51a0bb025e30f9b430d3be56 | |
| parent | fa0fba1c546091c485e5513eadeef181dda370ab (diff) | |
| download | external_llvm-b08b8e6f5979c81bfe1700361c9895412a22047d.zip external_llvm-b08b8e6f5979c81bfe1700361c9895412a22047d.tar.gz external_llvm-b08b8e6f5979c81bfe1700361c9895412a22047d.tar.bz2 | |
Fix PR1888, patch by Wilhansen Li.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45501 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | win32/CodeGen/CodeGen.vcproj | 4 | ||||
| -rwxr-xr-x | win32/dobison.cmd | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj index 79cd506..bef0d18 100644 --- a/win32/CodeGen/CodeGen.vcproj +++ b/win32/CodeGen/CodeGen.vcproj @@ -393,6 +393,10 @@ > </File> <File + RelativePath="..\..\lib\CodeGen\MachineRegisterInfo.cpp" + > + </File> + <File RelativePath="..\..\lib\CodeGen\MachOWriter.cpp" > </File> diff --git a/win32/dobison.cmd b/win32/dobison.cmd index e1e3487..72224f0 100755 --- a/win32/dobison.cmd +++ b/win32/dobison.cmd @@ -22,6 +22,6 @@ exit :nobison echo Bison not found. Using pre-generated files. -copy %~pn4.cpp.cvs %3.cpp -copy %~pn4.h.cvs %3.h +copy %~pn4.cpp.cvs %5\%3.cpp +copy %~pn4.h.cvs %5\%3.h exit |
