I hope to make Xcode my primary debugging tool for LLVM, but there's just one quirk in an otherwise wonderfully working IDE.  Using Xcode 4.5 with clang 3.0, I'm unable to set a breakpoint in any TableGen-generated .inc files.  I notice Xcode doesn't do syntax highlighting either, despite explicitly setting the filetype in the "Identity and Type" window.<div>

<br></div><div>I can see that I've built object files with the correct debug symbols:<br><br>$ objdump --dwarf=decodedline lib/Target/ARM/LLVM.build/Debug/LLVMARMCodeGen.build/Objects-normal/x86_64/ARMCodeEmitter.o | grep "\.inc"<br>

<br></div><div>Anyone else seeing this?</div><div><br></div><div><div>Thanks,</div><div>Greg</div></div>