<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>On the trunk version of LLVM I am getting the following build error on Snow Leopard (v10.6.2):</div><blockquote class="webkit-indent-blockquote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; ">llvm[3]: Building X86.td DAG instruction selector implementation with tblgen<br>Assertion failed: (LHS->ID != RHS->ID), function operator(), file /Users/peckw/Projects/llvm/llvm-pristine/utils/TableGen/DAGISelEmitter.cpp, line 183.<br><br>... <cut - see full_stack_trace.txt><br><br>0.<span class="Apple-tab-span" style="white-space: pre; "> </span>Program arguments: /Users/peckw/Projects/llvm/build/pristine/Debug+Checks/bin/tblgen -I /Users/peckw/Projects/llvm/llvm-pristine/lib/Target/X86 -I /Users/peckw/Projects/llvm/llvm-pristine/include -I /Users/peckw/Projects/llvm/llvm-pristine/include -I /Users/peckw/Projects/llvm/llvm-pristine/lib/Target -gen-dag-isel -o /Users/peckw/Projects/llvm/build/pristine/lib/Target/X86/Debug+Checks/X86GenDAGISel.inc.tmp /Users/peckw/Projects/llvm/llvm-pristine/lib/Target/X86/X86.td <br>make[3]: *** [/Users/peckw/Projects/llvm/build/pristine/lib/Target/X86/Debug+Checks/X86GenDAGISel.inc.tmp] Abort trap</blockquote><div><br></div><div>I get this build error on every single backend when building the DAG Instruction selector using tblgen. This build error comes from an unmodified checkout of the LLVM trunk repository this morning.</div><div><br></div><div>Attached to this email are the full stack trace and some information about the machine and compiler the error was generated on. If I comment out the assertion mentioned in the build error then everything builds correctly. The same configuration options and machine built the LLVM trunk fine one week ago.</div><div><br></div><div></div></body></html>