Details
Details
- Reviewers
pirama srhines - Commits
- rG17e2497593d6: Remove Renderscript LLDB
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This patch seems to trigger:
lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp:398:34: error: variable 'lang_rt' set but not used [-Werror,-Wunused-but-set-variable] lldb_private::LanguageRuntime *lang_rt = nullptr; ^
Would you mind looking into this? Thanks!
Comment Actions
The warning was fixed with:
https://github.com/llvm/llvm-project/commit/58bedaed0fea43fbf14bdb5f1da500528ca6dc80