[all-commits] [llvm/llvm-project] 46aa5c: [examples][ORC] Remove an unused parameter from IR...

lhames via All-commits all-commits at lists.llvm.org
Thu Jan 23 19:26:58 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 46aa5c13c5fcefd3a33740d18cddd9155db37c79
      https://github.com/llvm/llvm-project/commit/46aa5c13c5fcefd3a33740d18cddd9155db37c79
  Author: Lang Hames <lhames at gmail.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

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

  Log Message:
  -----------
  [examples][ORC] Remove an unused parameter from IR in an LLJIT example.


  Commit: fbb8642c1c4c5e7a435d05a81c07ca8efbd24899
      https://github.com/llvm/llvm-project/commit/fbb8642c1c4c5e7a435d05a81c07ca8efbd24899
  Author: Lang Hames <lhames at gmail.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M llvm/examples/LLJITExamples/LLJITDumpObjects/LLJITDumpObjects.cpp
    M llvm/examples/LLJITExamples/LLJITWithCustomObjectLinkingLayer/LLJITWithCustomObjectLinkingLayer.cpp
    M llvm/examples/LLJITExamples/LLJITWithObjectCache/LLJITWithObjectCache.cpp

  Log Message:
  -----------
  [examples][ORC] Fix program names in calls to parse cl opt in examples.

These examples were all copied and adapted from the original HowToUseLLJIT
example code, however the calls to cl::ParseCommandLineOptions were not
updated.


  Commit: bb7a5707ac003fcca35a8ea77492b05e048fc9e8
      https://github.com/llvm/llvm-project/commit/bb7a5707ac003fcca35a8ea77492b05e048fc9e8
  Author: Lang Hames <lhames at gmail.com>
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
    M llvm/examples/LLJITExamples/CMakeLists.txt
    A llvm/examples/LLJITExamples/LLJITWithObjectLinkingLayerPlugin/CMakeLists.txt
    A llvm/examples/LLJITExamples/LLJITWithObjectLinkingLayerPlugin/LLJITWithObjectLinkingLayerPlugin.cpp

  Log Message:
  -----------
  [examples][ORC] Add an example of how to use a custom ObjectLinkingLayer plugin.

ObjectLinkingLayer::Plugin instances can be used to receive events from
ObjectLinkingLayer, and to inspect/modify JITLink linker graphs. This example
shows how to write and set up a plugin to dump the linker graph at various
points in the linking process.


Compare: https://github.com/llvm/llvm-project/compare/fe5f233a938f...bb7a5707ac00


More information about the All-commits mailing list