xref: /aosp_15_r20/external/llvm/test/CodeGen/ARM/Windows/mangling.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc -mtriple=thumbv7-windows -mcpu=cortex-a9 -o - %s | FileCheck %s
2
3define void @function() nounwind {
4entry:
5  ret void
6}
7
8; CHECK-LABEL: function
9
10