[all-commits] [llvm/llvm-project] 1aab5e: [LLDB] Provide target specific directories to libc...

Pavel Kosov via All-commits all-commits at lists.llvm.org
Thu Nov 25 10:27:45 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1aab5e653d2cf8b147748d014c5fb513a4670418
      https://github.com/llvm/llvm-project/commit/1aab5e653d2cf8b147748d014c5fb513a4670418
  Author: Pavel Kosov <kosov.pavel at huawei.com>
  Date:   2021-11-25 (Thu, 25 Nov 2021)

  Changed paths:
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h
    M lldb/unittests/Expression/CppModuleConfigurationTest.cpp

  Log Message:
  -----------
  [LLDB] Provide target specific directories to libclang

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.

OS Laboratory. Huawei Russian Research Institute. Saint-Petersburg

Reviewed By: teemperor

Differential Revision: https://reviews.llvm.org/D110827




More information about the All-commits mailing list