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