[llvm-commits] [llvm] r51539 - /llvm/trunk/win32/dobison.cmd

Chris Lattner sabre at nondot.org
Fri May 23 22:11:48 PDT 2008


Author: lattner
Date: Sat May 24 00:11:48 2008
New Revision: 51539

URL: http://llvm.org/viewvc/llvm-project?rev=51539&view=rev
Log:
Fix win32 when no bison is around, PR2331, patch by 'hume'.

Modified:
    llvm/trunk/win32/dobison.cmd

Modified: llvm/trunk/win32/dobison.cmd
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/win32/dobison.cmd?rev=51539&r1=51538&r2=51539&view=diff

==============================================================================
--- llvm/trunk/win32/dobison.cmd (original)
+++ llvm/trunk/win32/dobison.cmd Sat May 24 00:11:48 2008
@@ -22,6 +22,8 @@
 
 :nobison
 echo Bison not found.  Using pre-generated files.
+copy %~pn4.cpp.cvs .\%3.cpp
 copy %~pn4.cpp.cvs %5\%3.cpp
+copy %~pn4.h.cvs .\%3.h
 copy %~pn4.h.cvs %5\%3.h
 exit





More information about the llvm-commits mailing list