Fix PR1888, patch by Wilhansen Li.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45501 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2008-01-02 21:30:58 +00:00
parent fa0fba1c54
commit b08b8e6f59
2 changed files with 6 additions and 2 deletions

View File

@ -392,6 +392,10 @@
RelativePath="..\..\lib\CodeGen\MachinePassRegistry.cpp"
>
</File>
<File
RelativePath="..\..\lib\CodeGen\MachineRegisterInfo.cpp"
>
</File>
<File
RelativePath="..\..\lib\CodeGen\MachOWriter.cpp"
>

View File

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