xref: /llvm-project/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/arm_function_name.ll (revision 5a4033c36716de0cee75eb28b95cce44ae239cd9)
1; Check that we accept functions with '$' in the name.
2
3; RUN: llc -mtriple=armv7-unknown-linux < %s | FileCheck %s
4; RUN: llc -mtriple=armv7-apple-darwin < %s | FileCheck %s
5; RUN: llc -mtriple=armv7-apple-ios < %s | FileCheck %s
6
7define hidden i32 @"_Z54bar$ompvariant$bar"() {
8entry:
9  ret i32 2
10}
11