[all-commits] [llvm/llvm-project] 988ab0: [ORC] Extract hasInitializerSection for testing (NFC)

Keith Smiley via All-commits all-commits at lists.llvm.org
Mon Dec 12 10:26:00 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 988ab0048daf893a50019ce4056297fbaf130956
      https://github.com/llvm/llvm-project/commit/988ab0048daf893a50019ce4056297fbaf130956
  Author: Keith Smiley <keithbsmiley at gmail.com>
  Date:   2022-12-12 (Mon, 12 Dec 2022)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/ObjectFileInterface.h
    M llvm/lib/ExecutionEngine/Orc/ObjectFileInterface.cpp
    M llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
    M llvm/unittests/ExecutionEngine/JITLink/CMakeLists.txt
    M llvm/unittests/ExecutionEngine/JITLink/LinkGraphTests.cpp

  Log Message:
  -----------
  [ORC] Extract hasInitializerSection for testing (NFC)

Based on the discussion in https://reviews.llvm.org/D130221 and https://reviews.llvm.org/D139223

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




More information about the All-commits mailing list