[llvm] [UTC] CHECK-EMPTY instead of skipping blank lines (PR #165718)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 31 09:17:23 PDT 2025
================
@@ -0,0 +1,29 @@
+; RUN: opt < %s -S | FileCheck %s
+
+; Test whether the UTC check empty lines instead of skipping them.
----------------
nikic wrote:
```suggestion
; Test whether UTC checks empty lines instead of skipping them.
```
https://github.com/llvm/llvm-project/pull/165718
More information about the llvm-commits
mailing list