[all-commits] [llvm/llvm-project] 30b287: [examples] Call setProcessAllSections to ensure de...

lhames via All-commits all-commits at lists.llvm.org
Fri May 1 11:07:48 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 30b28766d62dc2800e2e203017b2f9625eb9df0b
      https://github.com/llvm/llvm-project/commit/30b28766d62dc2800e2e203017b2f9625eb9df0b
  Author: Lang Hames <lhames at gmail.com>
  Date:   2020-05-01 (Fri, 01 May 2020)

  Changed paths:
    M llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/LLJITWithGDBRegistrationListener.cpp

  Log Message:
  -----------
  [examples] Call setProcessAllSections to ensure debug sections aren't droppped.

Calling setProcessAllSections(true) is required to make sure that all sections,
even those not marked as necessary for execution, are passed to the memory
manager.


  Commit: dbc601e25b6da8d6dd83c8fa6ac8865bb84394a2
      https://github.com/llvm/llvm-project/commit/dbc601e25b6da8d6dd83c8fa6ac8865bb84394a2
  Author: Lang Hames <lhames at gmail.com>
  Date:   2020-05-01 (Fri, 01 May 2020)

  Changed paths:
    M llvm/examples/OrcV2Examples/LLJITWithLazyReexports/LLJITWithLazyReexports.cpp

  Log Message:
  -----------
  [examples] Fix an incomplete comment.


Compare: https://github.com/llvm/llvm-project/compare/b420a0995961...dbc601e25b6d


More information about the All-commits mailing list