[all-commits] [llvm/llvm-project] 11d531: [ORC] Don't require PageSize or Triple during Targ...

lhames via All-commits all-commits at lists.llvm.org
Sat Jul 25 15:22:05 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 11d5316afd102871027c103a4b8bfe6c072d4368
      https://github.com/llvm/llvm-project/commit/11d5316afd102871027c103a4b8bfe6c072d4368
  Author: Lang Hames <lhames at gmail.com>
  Date:   2020-07-25 (Sat, 25 Jul 2020)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/TargetProcessControl.h
    M llvm/lib/ExecutionEngine/Orc/TargetProcessControl.cpp

  Log Message:
  -----------
  [ORC] Don't require PageSize or Triple during TargetProcessControl construction

Subclasses will commonly gather that information from a remote during
construction, in which case they won't have meaningful values to pass to
TargetProcessControl's constructor.


  Commit: a01c4ee71cb2bcdd1fd93396af2ed6dc25f5f828
      https://github.com/llvm/llvm-project/commit/a01c4ee71cb2bcdd1fd93396af2ed6dc25f5f828
  Author: Lang Hames <lhames at gmail.com>
  Date:   2020-07-25 (Sat, 25 Jul 2020)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/TPCDynamicLibrarySearchGenerator.h
    M llvm/include/llvm/ExecutionEngine/Orc/TargetProcessControl.h
    M llvm/lib/ExecutionEngine/Orc/TPCDynamicLibrarySearchGenerator.cpp
    M llvm/lib/ExecutionEngine/Orc/TargetProcessControl.cpp

  Log Message:
  -----------
  [ORC] Rename TargetProcessControl DynamicLibraryHandle and loadLibrary.

The new names, DylibHandle and loadDylib, are more concise and make
clear that these utilities are for loading dynamic libraries, not static
ones.


Compare: https://github.com/llvm/llvm-project/compare/07f227c0eb8c...a01c4ee71cb2


More information about the All-commits mailing list