[llvm] [IR] Fix range-based for loop over MDOperands bug (PR #80737)

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 5 14:55:45 PST 2024


================
@@ -0,0 +1,30 @@
+; RUN: llc --filetype=obj %s -o -
----------------
adrian-prantl wrote:

This will not work in a build without a backend. You should probably move this with the other verifier tests in test/Verifier and just run llvm-as on it.

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


More information about the llvm-commits mailing list