[llvm] [TableGen] Treat carriage return as line end in prepSkipRegion (PR #212411)

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 28 03:06:53 PDT 2026


================
@@ -0,0 +1,9 @@
+// LineEnd ::=  newline | return | EOF
+// Preprocessor must treat the \r after `hello` as a line end so that it
----------------
DavidSpickett wrote:

Much clearer thanks!

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


More information about the llvm-commits mailing list