Sign in
llvm
/
llvm-project.git
/
refs/heads/main
/
.
/
llvm
/
test
/
CodeGen
/
MIR
/
Generic
/
machine-function-empty-name-no-ir-section.mir
blob: 30c3552e84c1e1e2deae9f68817696d2f3a54f26 [
file
] [
log
] [
blame
] [
edit
]
# RUN: llc -run-pass=none -o - %s | FileCheck %s
# This test ensures that the MIR parser is able to parse unnamed functions when
# the LLVM IR module is not embedded.
---
# CHECK: name: ''
name
:
''
...