[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / llvm / test / CodeGen / X86 / attr-function-return.ll
blob091a8ea8da3ae38f4031a3277e0c676711b09a6c
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
6 define void @x() fn_ret_thunk_extern {
7 ; CHECK-LABEL: x:
8 ; CHECK:       # %bb.0:
9 ; CHECK-NEXT:    cs
10 ; CHECK-NEXT:    jmp __x86_return_thunk
11   ret void
14 !llvm.module.flags = !{!0}
16 !0 = !{i32 4, !"indirect_branch_cs_prefix", i32 1}