Use the most up to date dsymutil on Darwin, not the one in /usr/bin/dsymutil.

llvm-svn: 214207
This commit is contained in:
Greg Clayton 2014-07-29 20:10:59 +00:00
parent a422911c3a
commit 82625d3a5f
1 changed files with 1 additions and 1 deletions

View 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