summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method-stripped/Makefile
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2016-03-30 20:17:41 +0000
committerSean Callanan <scallanan@apple.com>2016-03-30 20:17:41 +0000
commit7326b69de431cb400b8f1a528843bba0303ba30d (patch)
tree97c6065b58a7444a7e089fa62ba6b61c4f9ebda7 /lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method-stripped/Makefile
parent262f41e91c4a23358de94f9bbaac806c4266bf1a (diff)
downloadbcm5719-llvm-7326b69de431cb400b8f1a528843bba0303ba30d.tar.gz
bcm5719-llvm-7326b69de431cb400b8f1a528843bba0303ba30d.zip
Fixed a problem where a dSYM wasn't properly found because it had the wrong name
<rdar://problem/25447765> llvm-svn: 264914
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method-stripped/Makefile')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method-stripped/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method-stripped/Makefile b/lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method-stripped/Makefile
index 81e7f12dea2..01392a8140a 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method-stripped/Makefile
+++ b/lldb/packages/Python/lldbsuite/test/lang/objc/objc-static-method-stripped/Makefile
@@ -7,9 +7,10 @@ default: a.out.stripped
a.out.stripped: a.out.dSYM
strip -o a.out.stripped a.out
+ ln -sf a.out.dSYM a.out.stripped.dSYM
clean::
rm -f a.out.stripped
- rm -rf a.out.stripped.dSYM
+ rm -rf *.dSYM
include $(LEVEL)/Makefile.rules
OpenPOWER on IntegriCloud