[Lldb-commits] [PATCH] D110827: [LLDB] Provide target specific directories to libclang

Pavel Kosov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 30 06:33:15 PDT 2021


kpdev42 created this revision.
kpdev42 added reviewers: clayborg, granata.enrico, labath.
kpdev42 added a project: LLDB.
Herald added subscribers: JDevlieghere, pengfei.
kpdev42 requested review of this revision.
Herald added a subscriber: lldb-commits.

On Linux some C++ and C include files reside in target specific directories, like /usr/include/x86_64-linux-gnu. 
Patch adds them to libclang, so LLDB jitter has more chances to compile expression.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110827

Files:
  lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.cpp
  lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h
  lldb/unittests/Expression/CppModuleConfigurationTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110827.376180.patch
Type: text/x-patch
Size: 13248 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210930/a2276f4e/attachment-0001.bin>


More information about the lldb-commits mailing list