You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
382 B
17 lines
382 B
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
|