bolt/deps/llvm-18.1.8/llvm/test/CodeGen/Generic/MIRStripDebug/no-metadata-present.mir
2025-02-14 19:21:04 +01:00

13 lines
237 B
YAML

# RUN: llc -run-pass=mir-strip-debug -mir-strip-debugify-only=0 -o - %s | FileCheck %s
# CHECK: name: test
# CHECK: body: |
# CHECK-NEXT: bb.0:
# CHECK-EMPTY:
# CHECK-NEXT: ...
---
name: test
body: |
bb.0:
...