[all-commits] [llvm/llvm-project] 3321f4: Reland [Orc] Add verylazy example for C-bindings

Valentin Churavy via All-commits all-commits at lists.llvm.org
Sun Jul 18 12:18:11 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3321f4821e0973a6b52640433016bd02b3a537a1
      https://github.com/llvm/llvm-project/commit/3321f4821e0973a6b52640433016bd02b3a537a1
  Author: Valentin Churavy <v.churavy at gmail.com>
  Date:   2021-07-18 (Sun, 18 Jul 2021)

  Changed paths:
    M llvm/examples/OrcV2Examples/CMakeLists.txt
    A llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/CMakeLists.txt
    A llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/OrcV2CBindingsVeryLazy.c
    M llvm/include/llvm-c/LLJIT.h
    M llvm/include/llvm-c/Orc.h
    M llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
    M llvm/test/CMakeLists.txt
    M llvm/test/lit.cfg.py
    M llvm/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp

  Log Message:
  -----------
  Reland [Orc] Add verylazy example for C-bindings

This patch relands https://reviews.llvm.org/D104799, but fixes the
memory handling causing leak sanitizer failures.

This reverts commit a56fe117e04f7d4b953a4226af412dad59425fb5.




More information about the All-commits mailing list