[all-commits] [llvm/llvm-project] be1995: Fix the lldb test bots
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Fri Aug 26 08:20:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be199527205dc8a8c7febc057ad6be90fac15547
https://github.com/llvm/llvm-project/commit/be199527205dc8a8c7febc057ad6be90fac15547
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2022-08-26 (Fri, 26 Aug 2022)
Changed paths:
M clang/include/clang/Basic/TokenKinds.def
M clang/lib/Basic/IdentifierTable.cpp
Log Message:
-----------
Fix the lldb test bots
This addresses an accidental change in behavior from
41667a8b9b624e282e7c08fadf7091223728d1c1 to get the bots back to green.
However, I think there's an issue with LLDB assuming it's valid to
enable support for keywords in language modes that don't support the
keyword (as other parts of Clang are not expecting to be able to do
that).
This should fix (and others):
https://lab.llvm.org/buildbot/#/builders/68/builds/38374
More information about the All-commits
mailing list