Mercurial > hg > CbC > CbC_llvm
view lld/test/ELF/just-symbols-cref.s @ 192:d7606dcf6fce
Added tag llvm10 for changeset 0572611fdcc8
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 14 Dec 2020 18:01:34 +0900 |
parents | 1d019706d866 |
children | 2e18cbf3894f |
line wrap: on
line source
# REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o # RUN: ld.lld %t.o -o %t1.exe -Ttext=0x10000 # RUN: ld.lld -just-symbols=%t1.exe -o %t2.exe -cref | FileCheck %s # CHECK: Symbol File # CHECK-NEXT: bar {{.*exe}} # CHECK-NEXT: foo {{.*exe}} .globl foo, bar foo: ret .section .data .type bar, @object .size bar, 40 bar: .zero 40