[flang] Fix crash in HLFIR generation (#118399)
[llvm-project.git] / llvm / test / tools / llvm-nm / AArch64 / macho-redacted-function.test
blobc662f54c93b6cc0c3824f4e7cf98fe3da093c722
1 RUN: llvm-nm %p/Inputs/redacted-function.macho-aarch64 | FileCheck %s
3 CHECK: <redacted function 1>
5 # Generated with:
6 # $ cat /tmp/a.c
7 # static int i(void) {
8 #   return 0;
9 # }
11 # int main(void) {
12 #   return i();
13 # }
15 # $ xcrun -sdk watchos clang -arch arm64_32 /tmp/a.c -o /tmp/redacted-function.macho-aarch64
16 # $ xcrun -sdk watchos strip -N /tmp/redacted-function.macho-aarch64