================ @@ -0,0 +1,93 @@ +; RUN: llc %s --filetype=obj -o - | obj2yaml | FileCheck %s --check-prefix=DXC ---------------- bogner wrote: Why use a `DXC` check prefix here? When there's only one just using `CHECK` seems simpler. https://github.com/llvm/llvm-project/pull/106607