Sign in
bazel
/
bazel
/
de435f4bd1a46f2a0f28d42f302f0eb05517ca9c
/
.
/
tools
/
objc
/
dump_syms_stub
blob: b17269010c772e9027fc03859faa3ecfd0ee77d2 [
file
]
#!/bin/bash
(
printf
'Bazel does not yet support symbol dumping.\n'
)
>&
2
exit
1