brintos

brintos / llvm-project-archived public Read only

0
0
Text · 365 B · 16cb90b Raw
14 lines · plain
1// RUN: llvm-mc -triple aarch64-apple-ios -o - -filetype=obj %s | \2// RUN:   llvm-readobj --symbols - | FileCheck %s -check-prefix=READOBJ3 4// READOBJ-LABEL: Name: cold_func5// READOBJ-NEXT: Type: Section6// READOBJ-NEXT: Section: __text7// READOBJ-NEXT: RefType: UndefinedNonLazy (0x0)8// READOBJ-NEXT: Flags [ (0x400)9 10  .text11  .cold cold_func12cold_func:13  ret14