[llvm] [CGData] Fix assertions when skipping name (PR #151570)

Ellis Hoag via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 31 11:12:58 PDT 2025


================
@@ -1,3 +1,5 @@
+; REQUIRES: asserts
----------------
ellishg wrote:

Do we need to require asserts? If we drop this, the tests will still run under asserts, it just will also run under noasserts builds

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


More information about the llvm-commits mailing list