search for: dobison

Displaying 4 results from an estimated 4 matches for "dobison".

Did you mean: robison
2008 May 15
0
[LLVMdev] [Patch] Fix dobison.cmd when bison is not found
I noticed when building with MSVC that dobison.cmd is not copying files to the correct places when bison is not found. Here's a patch to fix the copies in the case where bison is not found. Steven -------------- next part -------------- A non-text attachment was scrubbed... Name: dobison-nobison.diff Type: text/x-diff Size: 579 bytes Des...
2007 Mar 14
1
[LLVMdev] LLVM with Microsoft Visual Studio
...noyance in that the FileParser.y custom build rule doesn't find the output, so it is run every time you build. This wouldn't be so bad if it was only this file, but it in turn causes Intrinsics.gen to be generated every time and this causes a lot of other files to be rebuilt. I hacked the dobison.cmd script so it never detects bison and always copies the .cvs files to get around the bison version problem, so I thought I had found the problem when I saw that the .output file from bison was entered as one of the outputs of the build step. But removing this from the outputs didn't help,...
2007 Mar 12
0
[LLVMdev] LLVM with Microsoft Visual Studio
Morten Ofstad wrote: > Jeff Cohen wrote: > >> The recent issues concern the head revision, post 1.9. As no one has >> ever submitted patches to fix 2005 problems with the 1.9 release, it is >> safe to say they still exist. >> > > For the 1.5 release I submitted patches that made everything compile correctly with VS2005, I think there are some mails
2007 Mar 12
2
[LLVMdev] LLVM with Microsoft Visual Studio
Jeff Cohen wrote: > The recent issues concern the head revision, post 1.9. As no one has > ever submitted patches to fix 2005 problems with the 1.9 release, it is > safe to say they still exist. For the 1.5 release I submitted patches that made everything compile correctly with VS2005, I think there are some mails in the archives about the issues I ran into. I also submitted patches