xref: /llvm-project-15.0.7/lld/test/MachO/tapi-framework.s (revision 4e00a192)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# REQUIRES: x86
2# RUN: mkdir -p %t
3# RUN: llvm-mc -filetype obj -triple x86_64-apple-darwin %s -o %t/test.o
4# RUN: %lld -o %t/test -framework CoreFoundation %t/test.o
5#
6# RUN: llvm-objdump --macho --dylibs-used %t/test | FileCheck %s
7# CHECK: /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
8
9.section __TEXT,__text
10.global _main
11
12_main:
13  movq __CFBigNumGetInt128@GOTPCREL(%rip), %rax
14  ret
15

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025