3 # RUN: llvm-mc -filetype=obj -triple=arm64-apple-darwin %s -o %t.o
5 # RUN: %lld -arch arm64 -lSystem -U _objc_msgSend -o %t.out %t.o
6 # RUN: llvm-nm %t.out | FileCheck %s
7 # RUN: %lld -arch arm64 -lSystem -U _objc_msgSend -dead_strip -o %t.out %t.o
8 # RUN: llvm-nm %t.out | FileCheck %s --check-prefix=DEAD
11 # CHECK: _objc_msgSend$length
14 # DEAD-NOT: _objc_msgSend$length
16 .section __TEXT,__text
20 bl _objc_msgSend$length
27 .subsections_via_symbols