2 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %ta.o
3 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux -o %t.o < /dev/null
5 # RUN: llvm-ar rcs %tar.a %ta.o
7 # RUN: echo "SECTIONS { foo = 1; }" > %t1.script
8 # RUN: ld.lld -o %t1.exe --script %t1.script %tar.a %t.o
9 # RUN: llvm-readobj --symbols %t1.exe | FileCheck %s
15 # RUN: echo "SECTIONS { zed = foo; }" > %t2.script
16 # RUN: ld.lld -o %t2.exe --script %t2.script %tar.a %t.o
17 # RUN: llvm-readobj --symbols %t2.exe | FileCheck %s --check-prefix=SYMS