[llvm] [DXIL] Add support for root signature flag element in DXContainer (PR #123147)
Damyan Pepper via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 06:55:59 PST 2025
================
@@ -0,0 +1,26 @@
+; RUN: not llc %s --filetype=obj -o -
+; expected-error at -1: More than one entry function defined
----------------
damyanp wrote:
If I remove the expected-error's for the tests in this directory then the tests still pass. I also note that none of the other tests in the llvm/test/CodeGen directory contained expected-error. I'm not sure that this is testing what you think it is testing.
https://github.com/llvm/llvm-project/pull/123147
More information about the llvm-commits
mailing list