Mercurial > hg > CbC > CbC_llvm
view test/Object/X86/nm-coff.s @ 147:c2174574ed3a
LLVM 10
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 14 Aug 2019 16:55:33 +0900 |
parents | afa8332a0e37 |
children |
line wrap: on
line source
// RUN: llvm-mc -triple x86_64-unknown-windows-msvc -filetype obj -o - %s | llvm-readobj --symbols - | FileCheck %s g: movl foo(%rip), %eax retq .weak foo // CHECK: Symbol { // CHECK: Name: foo // CHECK: Section: IMAGE_SYM_UNDEFINED (0) // CHECK: StorageClass: WeakExternal (0x69) // CHECK: }