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