Allow dsymutil to exists in a path with spaces in it
authorEnrico Granata <egranata@apple.com>
Tue, 18 Nov 2014 22:47:33 +0000 (22:47 +0000)
committerEnrico Granata <egranata@apple.com>
Tue, 18 Nov 2014 22:47:33 +0000 (22:47 +0000)
llvm-svn: 222276

lldb/test/make/Makefile.rules

index 2b73d44..19ed2cc 100644 (file)
@@ -317,7 +317,7 @@ ifneq "$(DYLIB_ONLY)" "YES"
 $(DSYM) : $(EXE)
 ifeq "$(OS)" "Darwin"
 ifneq "$(MAKE_DSYM)" "NO"
-       $(DS) $(DSFLAGS) -o "$(DSYM)" "$(EXE)"
+       "$(DS)" $(DSFLAGS) -o "$(DSYM)" "$(EXE)"
 endif
 else
 ifeq "$(SPLIT_DEBUG_SYMBOLS)" "YES"