Hi<br><br>I was getting an error building the x86 project using the .sln included with the 2.0 release. VS was unable run the Custom Build Step for <a href="http://X86.td">X86.td</a> for reasons which were not clear to me. It spit out an obtuse "Format of the path is incorrect" error, and then proceeded to run only the last 4 lines of the custom build step for 
<a href="http://X86.td">X86.td</a>. (??) Is there something obvious that I'm missing?<br><br>Assuming not, I have attached a patch that works around the problem by putting the invocations of TableGen into a standalone .cmd file, and using that in the custom build step for 
<a href="http://X86.td">X86.td</a>. This allowed me to successfully build the x86 lib and in turn the llc, lli, and Fibonacci projects. They seem to run OK, but I've only just started looking at LLVM so I probably wouldn't know if things were broken anyhow.
<br><br>scott<br>