brintos

brintos / llvm-project-archived public Read only

0
0
Text · 410 B · 1cfc32b Raw
15 lines · plain
1# REQUIRES: x862# RUN: mkdir -p %t3# RUN: llvm-mc -filetype obj -triple x86_64-apple-darwin %s -o %t/test.o4# RUN: %lld -o %t/test -framework CoreFoundation %t/test.o5#6# RUN: llvm-objdump --macho --dylibs-used %t/test | FileCheck %s7# CHECK: /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation8 9.section __TEXT,__text10.global _main11 12_main:13  movq __CFBigNumGetInt128@GOTPCREL(%rip), %rax14  ret15