[all-commits] [llvm/llvm-project] a3b3c2: [TableGen] Use assert instead of PrintFatalError i...
Jay Foad via All-commits
all-commits at lists.llvm.org
Mon Jan 13 02:31:16 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3b3c26048e1e9397cf412b07f09f82fe49e351e
https://github.com/llvm/llvm-project/commit/a3b3c26048e1e9397cf412b07f09f82fe49e351e
Author: Jay Foad <jay.foad at amd.com>
Date: 2025-01-13 (Mon, 13 Jan 2025)
Changed paths:
M llvm/lib/TableGen/TGLexer.cpp
M llvm/lib/TableGen/TGLexer.h
Log Message:
-----------
[TableGen] Use assert instead of PrintFatalError in TGLexer. NFC. (#122303)
Do not use the PrintFatalError diagnostic machinery for conditions that
can never happen with any input.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list