[llvm] [DirectX] Infrastructure to collect shader flags for each function (PR #112967)
Justin Bogner via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 29 17:18:27 PDT 2024
================
@@ -0,0 +1,19 @@
+; RUN: llc %s --filetype=obj -o - | obj2yaml | FileCheck %s --check-prefix=DXC
----------------
bogner wrote:
If we only have one command line it's better to use the default `CHECK` prefix.
https://github.com/llvm/llvm-project/pull/112967
More information about the llvm-commits
mailing list