[llvm] [DXIL] Add support for root signature flag element in DXContainer (PR #123147)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 09:39:52 PST 2025
================
@@ -0,0 +1,26 @@
+; RUN: not llc %s --filetype=obj -o -
+; expected-error at -1: More than one entry function defined
----------------
joaosaffran wrote:
Thanks for pointing it out, I've revisited those test. I've changed the testing approach. Validated that those are failing if the error message is not emitted and if the error message is not the expected.
https://github.com/llvm/llvm-project/pull/123147
More information about the llvm-commits
mailing list