[all-commits] [llvm/llvm-project] 62a775: [nfc][mlgo] Make error message macro
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Wed Feb 9 07:27:38 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62a775f1eaa737e5c9363f77bf48f44c8b110419
https://github.com/llvm/llvm-project/commit/62a775f1eaa737e5c9363f77bf48f44c8b110419
Author: Mircea Trofin <mtrofin at google.com>
Date: 2022-02-09 (Wed, 09 Feb 2022)
Changed paths:
M llvm/include/llvm/Analysis/ReleaseModeModelRunner.h
Log Message:
-----------
[nfc][mlgo] Make error message macro
`llvm_unreachable` is itself a macro, so using a constant for its
message renders that constant unused in non-debug builds.
More information about the All-commits
mailing list