Use the most up to date dsymutil on Darwin, not the one in /usr/bin/dsymutil.
authorGreg Clayton <gclayton@apple.com>
Tue, 29 Jul 2014 20:10:59 +0000 (20:10 +0000)
committerGreg Clayton <gclayton@apple.com>
Tue, 29 Jul 2014 20:10:59 +0000 (20:10 +0000)
llvm-svn: 214207

lldb/test/make/Makefile.rules

index d3ba3e7..2c5d34f 100644 (file)
@@ -64,7 +64,7 @@ ARCHFLAG ?= -arch
 # Change any build/tool options needed
 #----------------------------------------------------------------------
 ifeq "$(OS)" "Darwin"
-       DS := dsymutil
+       DS := $(shell xcrun -find -toolchain default dsymutil)
        DSFLAGS =
        DSYM = $(EXE).dSYM
        AR := libtool