Broken build?

Updated to revision 103456; rebuilt -

got the following.....

..................
llvm[5]: Building Clang Analysis diagnostic tables with tblgen
llvm[2]: Compiling LTOModule.cpp for Debug build (PIC)
/Marshall/Sources/llvm/Debug/bin/tblgen: Record `backslash_newline_space' does not have a field named `CategoryName'!

make[5]: *** [/Marshall/Sources/llvm/tools/clang/include/clang/Basic/Debug/DiagnosticAnalysisKinds.inc.tmp] Error 1
make[4]: *** [all] Error 1
make[3]: *** [all] Error 1
make[2]: *** [all] Error 1
make[1]: *** [clang/.makeall] Error 2
................

-- Marshall

Clang is revision-locked to LLVM. There were tblgen changes that you need to pick up.

John.