1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py 2; RUN: llc --mtriple=i386-linux-gnu %s -o - -verify-machineinstrs \ 3; RUN: | FileCheck %s 4; RUN: llc --mtriple=x86_64-linux-gnu %s -o - -verify-machineinstrs \ 5; RUN: | FileCheck %s 6define void @x() fn_ret_thunk_extern { 7; CHECK-LABEL: x: 8; CHECK: # %bb.0: 9; CHECK-NEXT: jmp __x86_return_thunk 10 ret void 11} 12