mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220294 91177308-0d34-0410-b5e6-96231b3b80d8
19 lines
537 B
Plaintext
19 lines
537 B
Plaintext
; RUN: echo create %t.a > %t.mri
|
|
; RUN: echo addmod %p/Inputs/trivial-object-test.elf-x86-64 >> %t.mri
|
|
; RUN: echo save >> %t.mri
|
|
; RUN: echo end >> %t.mri
|
|
|
|
; RUN: llvm-ar -M < %t.mri
|
|
; RUN: llvm-nm -M %t.a | FileCheck %s
|
|
|
|
; CHECK: Archive map
|
|
; CHECK-NEXT: main in trivial-object-test.elf-x86-64
|
|
|
|
; CHECK: trivial-object-test.elf-x86-64:
|
|
; CHECK-NEXT: U SomeOtherFunction
|
|
; CHECK-NEXT: 0000000000000000 T main
|
|
; CHECK-NEXT: U puts
|
|
|
|
; line_iterator is incompatible to CRLF.
|
|
; REQUIRES: shell
|