brintos

brintos / llvm-project-archived public Read only

0
0
Text · 344 B · 3c3cc76 Raw
12 lines · plain
1// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | llvm-readobj -r - | FileCheck %s2 3// Test that this produces a R_X86_64_PLT32.4 5	jmp	foo@PLT6 7// CHECK:      Relocations [8// CHECK-NEXT:   Section ({{[^ ]+}}) {{[^ ]+}} {9// CHECK-NEXT:     0x{{[^ ]+}} R_X86_64_PLT32 {{[^ ]+}} 0x{{[^ ]+}}10// CHECK-NEXT:   }11// CHECK-NEXT: ]12