[clang] 7215b7e - [creduce] Fixed a typo in the error message we're looking for.
Artem Belevich via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 7 17:17:22 PST 2019
Author: Artem Belevich
Date: 2019-11-07T17:16:51-08:00
New Revision: 7215b7ef530bff896a1da70c6b062e9259f5fde7
URL: https://github.com/llvm/llvm-project/commit/7215b7ef530bff896a1da70c6b062e9259f5fde7
DIFF: https://github.com/llvm/llvm-project/commit/7215b7ef530bff896a1da70c6b062e9259f5fde7.diff
LOG: [creduce] Fixed a typo in the error message we're looking for.
Added:
Modified:
clang/utils/creduce-clang-crash.py
Removed:
################################################################################
diff --git a/clang/utils/creduce-clang-crash.py b/clang/utils/creduce-clang-crash.py
index be16211c4da6..e886bf72e5a7 100755
--- a/clang/utils/creduce-clang-crash.py
+++ b/clang/utils/creduce-clang-crash.py
@@ -130,7 +130,7 @@ def read_expected_output(self):
r"fatal error: error in backend: (.+)",
r"LLVM ERROR: (.+)",
r"UNREACHABLE executed (at .+)?!",
- r"LLVM IR generation of ceclaration '(.+)'",
+ r"LLVM IR generation of declaration '(.+)'",
r"Generating code for declaration '(.+)'",
r"\*\*\* Bad machine code: (.+) \*\*\*"]
for msg_re in regexes:
More information about the cfe-commits
mailing list