<rdar://problem/10559329>

An assertion was firing when parsing types due to trying to complete parent
class decl contenxt types too often.

Also, relax where "dsymutil" binary can come from in the Makefile.rules.

llvm-svn: 146310
diff --git a/lldb/test/make/Makefile.rules b/lldb/test/make/Makefile.rules
index e716988..1388c9a 100644
--- a/lldb/test/make/Makefile.rules
+++ b/lldb/test/make/Makefile.rules
@@ -45,7 +45,7 @@
 CFLAGS += $(FRAMEWORK_INCLUDES)
 ifeq "$(OS)" "Darwin"
 	CFLAGS += -arch $(ARCH)
-	DS := /usr/bin/dsymutil
+	DS := dsymutil
 	DSFLAGS =
 	DSYM = $(EXE).dSYM
 endif