projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5262233
)
Allow dsymutil to exists in a path with spaces in it
author
Enrico Granata
<egranata@apple.com>
Tue, 18 Nov 2014 22:47:33 +0000
(22:47 +0000)
committer
Enrico Granata
<egranata@apple.com>
Tue, 18 Nov 2014 22:47:33 +0000
(22:47 +0000)
llvm-svn: 222276
lldb/test/make/Makefile.rules
patch
|
blob
|
history
diff --git
a/lldb/test/make/Makefile.rules
b/lldb/test/make/Makefile.rules
index
2b73d44
..
19ed2cc
100644
(file)
--- a/
lldb/test/make/Makefile.rules
+++ b/
lldb/test/make/Makefile.rules
@@
-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"