[all-commits] [llvm/llvm-project] fc6169: [ORC] Remove unused headers in C API test.

lhames via All-commits all-commits at lists.llvm.org
Mon Apr 26 22:28:33 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fc616975bc2749b359948fce25ed2552853c801f
      https://github.com/llvm/llvm-project/commit/fc616975bc2749b359948fce25ed2552853c801f
  Author: Lang Hames <lhames at gmail.com>
  Date:   2021-04-26 (Mon, 26 Apr 2021)

  Changed paths:
    M llvm/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp

  Log Message:
  -----------
  [ORC] Remove unused headers in C API test.


  Commit: a702fa2a04221a3b26abd7a9ef3d908f351a6eb2
      https://github.com/llvm/llvm-project/commit/a702fa2a04221a3b26abd7a9ef3d908f351a6eb2
  Author: Lang Hames <lhames at gmail.com>
  Date:   2021-04-26 (Mon, 26 Apr 2021)

  Changed paths:
    M llvm/include/llvm-c/Orc.h
    M llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp

  Log Message:
  -----------
  [ORC] Make LLVMOrcLLJITBuilderSetJITTargetMachineBuilder consume as advertised.

This should fix some of the memory leaks seen in the ORC C API test case.


Compare: https://github.com/llvm/llvm-project/compare/b4537c3f51bc...a702fa2a0422


More information about the All-commits mailing list