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