2 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t.o
5 ## Check that -rpath generates LC_RPATH.
6 # RUN: %lld -o %t %t.o -rpath /some/rpath -rpath /another/rpath
7 # RUN: llvm-objdump --macho --all-headers %t | FileCheck %s
9 # CHECK-NEXT: cmdsize 24
10 # CHECK-NEXT: path /some/rpath
12 # CHECK-NEXT: cmdsize 32
13 # CHECK-NEXT: path /another/rpath