Home | History | Annotate | Download | only in amd64

Lines Matching full:dsymutil

1142 # created, with 'dsymutil p'.  We could redefine LINK with a script that
1143 # executes 'dsymutil' after linking, but that's a pain. Instead we use this
1145 # 'dsymutil' on all the executables that lack a .dSYM directory, or that are
1150 echo "dsymutil $$f"; \
1151 dsymutil $$f; \