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