[llvm-branch-commits] [llvm] [DirectX] Validating Root flags are denying shader stage (PR #153287)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Sep 17 16:59:18 PDT 2025


================
@@ -0,0 +1,20 @@
+; RUN: not opt -S -passes='dxil-post-optimization-validation' %s 2>&1 | FileCheck %s
----------------
joaosaffran wrote:

`opt` doesn't have preprocessing, so I cannot define macros with it :/

https://github.com/llvm/llvm-project/pull/153287


More information about the llvm-branch-commits mailing list