[all-commits] [llvm/llvm-project] 33d741: [LLDB] Modifying expression code in MakeLoadImageU...

Shafik Yaghmour via All-commits all-commits at lists.llvm.org
Thu Mar 17 08:53:12 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 33d74170a36e3b801e93152effa59f19d9abb3a0
      https://github.com/llvm/llvm-project/commit/33d74170a36e3b801e93152effa59f19d9abb3a0
  Author: Shafik Yaghmour <syaghmour at apple.com>
  Date:   2022-03-17 (Thu, 17 Mar 2022)

  Changed paths:
    M lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp

  Log Message:
  -----------
  [LLDB] Modifying expression code in MakeLoadImageUtilityFunction to be more consistent

MakeLoadImageUtilityFunction() is not using extern "C" for external C functions
and it is not using eLanguageTypeC_plus_plus. So I am modifying it to be consistent.

Also see: rdar://87544782

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




More information about the All-commits mailing list