llvm-for-llvmta/test/CodeGen/MIR/X86/escape-function-name.ll

7 lines
174 B
LLVM
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
; RUN: llc -mtriple=x86_64-unknown-unknown -stop-after branch-folder -o - %s 2>&1 | FileCheck %s
define void @"\01?f@@YAXXZ"() {
; CHECK: name: "\x01?f@@YAXXZ"
ret void
}