blob: eca0fc9097af54b1c6d37fe2941754c49a97ccee [file] [log] [blame]
# RUN: yaml2obj %S/Inputs/rel24-non-zero-addend.yaml -o %t.o
# RUN: llvm-jitlink -noexec %t.o 2>&1
# The object is generated from llvm/test/ExecutionEngine/MCJIT/test-global-ctors.ll,
# containing an R_PPC64_REL24 whose addend is not zero.