2013-07-05 10:41:44 +00:00

13 lines
387 B
Plaintext

# Verify that lld can handle a library file.
#
# RUN: yaml2obj %p/Inputs/main.obj.yaml > %t.obj
#
# RUN: lld -flavor link -out %t1 -subsystem console -- %t.obj \
# RUN: %p/Inputs/static.lib && llvm-objdump -d %t1 | FileCheck %s
CHECK: Disassembly of section .text:
CHECK: .text:
CHECK: 1000: a1 00 20 40 00
CHECK: 1005: 03 05 04 20 40 00
CHECK: 100b: c3