You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
361 B
9 lines
361 B
# RUN: llvm-mc -triple=x86_64-pc-linux -filetype=obj -o %T/file.o %p/Inputs/ELF_STT_FILE_GLOBAL.s
|
|
# RUN: llvm-mc -triple=x86_64-pc-linux -filetype=obj -o %T/relaxed.o %s
|
|
# RUN: llvm-rtdyld -triple=x86_64-pc-linux -verify %T/file.o %T/relaxed.o
|
|
|
|
# Test that RTDyldELF does not crash with 'unimplemented relocation'
|
|
|
|
_main:
|
|
movq foo.c@GOTPCREL(%rip), %rax
|