14 lines · plain
1// REQUIRES: x862// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t3// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %p/Inputs/wrap-with-archive.s -o %t24// RUN: llvm-ar rcs %t3 %t25// RUN: ld.lld -o %t4 %t %t3 -wrap get_executable_start6 7// Regression test for https://bugs.llvm.org/show_bug.cgi?id=401348 9.global get_executable_start10.global _start11 12_start:13 jmp get_executable_start14