[X86][MC,LLD][NFC] Rename R_X86_64_REX2_GOTPCRELX (#116737)
[llvm-project.git] / lld / test / MachO / add-ast-path.s
blobc8d63592de4e79bdce183c0aa3c75645711ecb64
1 # REQUIRES: x86
2 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t.o
3 # RUN: %lld -lSystem %t.o -o %t -add_ast_path asdf -add_ast_path fdsa
4 # RUN: dsymutil -s %t | FileCheck %s
5 # CHECK: [ 0] {{[0-9a-f]+}} 32 (N_AST ) 00 0000 0000000000000000 'asdf'
6 # CHECK-NEXT: [ 1] {{[0-9a-f]+}} 32 (N_AST ) 00 0000 0000000000000000 'fdsa'
8 .globl _main
10 _main:
11 ret