; RUN: llvm-mc -filetype=obj -triple=arm64-apple-darwin %t/a.s -o %t/a.o ; RUN: %lld -dylib -arch arm64 --tail-merge-strings %t/a.o -o %t/a ...