brintos

brintos / llvm-project-archived public Read only

0
0
Text · 382 B · c662f54 Raw
17 lines · plain
1RUN: llvm-nm %p/Inputs/redacted-function.macho-aarch64 | FileCheck %s2 3CHECK: <redacted function 1>4 5# Generated with:6# $ cat /tmp/a.c7# static int i(void) {8#   return 0;9# }10#11# int main(void) {12#   return i();13# }14#15# $ xcrun -sdk watchos clang -arch arm64_32 /tmp/a.c -o /tmp/redacted-function.macho-aarch6416# $ xcrun -sdk watchos strip -N /tmp/redacted-function.macho-aarch6417