================ @@ -0,0 +1,21 @@ +// RUN: cir-opt %s -verify-diagnostics -split-input-file --verify-roundtrip ---------------- xlauko wrote:
nit: sorry no roundgtrip here, as there is nothing to roundtrip since we error out on parsing. ```suggestion // RUN: cir-opt %s -verify-diagnostics -split-input-file ``` https://github.com/llvm/llvm-project/pull/168151 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
