aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/osx/crosstool/dump_syms_stub
blob: 5c9ee7fa219638b1474fa3b52af7ceb515aaa4e8 (plain)
1
2
3
4
5
6
7
#!/bin/bash

(
  # Warn the user that Bazel only partially implements symbol dumping. Actions
  # that depend on the generated dSYM bundle are not guaranteed to succeed.
  printf 'WARNING: Bazel does not yet fully support symbol dumping.\n'
) >&2