diff options
| author | Greg Clayton <gclayton@apple.com> | 2014-07-29 20:10:59 +0000 |
|---|---|---|
| committer | Greg Clayton <gclayton@apple.com> | 2014-07-29 20:10:59 +0000 |
| commit | 82625d3a5fb6a00fb0de934e83d9c3ee201c062b (patch) | |
| tree | 8c39f32194a7852441c9b379593d94ffbf04364c | |
| parent | a422911c3aab9143d6bb4156e91426d5587f7c6b (diff) | |
| download | bcm5719-llvm-82625d3a5fb6a00fb0de934e83d9c3ee201c062b.tar.gz bcm5719-llvm-82625d3a5fb6a00fb0de934e83d9c3ee201c062b.zip | |
Use the most up to date dsymutil on Darwin, not the one in /usr/bin/dsymutil.
llvm-svn: 214207
| -rw-r--r-- | lldb/test/make/Makefile.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/make/Makefile.rules b/lldb/test/make/Makefile.rules index d3ba3e7b83d..2c5d34fc390 100644 --- a/lldb/test/make/Makefile.rules +++ b/lldb/test/make/Makefile.rules @@ -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 |

