blob: c662f54c93b6cc0c3824f4e7cf98fe3da093c722 [file] [log] [blame]
RUN: llvm-nm %p/Inputs/redacted-function.macho-aarch64 | FileCheck %s
CHECK: <redacted function 1>
# Generated with:
# $ cat /tmp/a.c
# static int i(void) {
# return 0;
# }
#
# int main(void) {
# return i();
# }
#
# $ xcrun -sdk watchos clang -arch arm64_32 /tmp/a.c -o /tmp/redacted-function.macho-aarch64
# $ xcrun -sdk watchos strip -N /tmp/redacted-function.macho-aarch64