Ted Kremenek <kremenek at apple.com> writes: > I'm seeing this as well, but for the LLVMAlphaAsmParser: The problem is that LLVMMCDisassembler became dependent on all targets and there is no provision for the case where the dependencies of a library lists a target that was not included on the build. The fix is not hard. I'll see if I have time for that later today.