[Lldb-commits] [lldb] [lldb][test] Set explicit C standard for tests that require an older one (PR #198858)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu May 21 05:31:58 PDT 2026
https://github.com/DavidSpickett approved this pull request.
If I understood correctly, the point of the tests is that lldb should not confuse the name of a variable in the program with a keyword in the expression language. Which I think is always c++ even for C programs. So you need to compile the test program for a version of C that allows these names as identifiers.
Given that, LGTM.
https://github.com/llvm/llvm-project/pull/198858
More information about the lldb-commits
mailing list