[all-commits] [llvm/llvm-project] 2ad8e6: [examples] Add export_executable_symbols to HowToU...

lhames via All-commits all-commits at lists.llvm.org
Sun Mar 26 11:30:01 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2ad8e6e082e254e5560c1c04b20a9904429d8bf0
      https://github.com/llvm/llvm-project/commit/2ad8e6e082e254e5560c1c04b20a9904429d8bf0
  Author: Lang Hames <lhames at gmail.com>
  Date:   2023-03-26 (Sun, 26 Mar 2023)

  Changed paths:
    M llvm/examples/HowToUseLLJIT/CMakeLists.txt

  Log Message:
  -----------
  [examples] Add export_executable_symbols to HowToUseLLJIT example.

LLJIT needs access to symbols (e.g. llvm_orc_registerEHFrameSectionWrapper)
that will be defined in the executable when LLVM is linked statically.

Should fix https://github.com/llvm/llvm-project/issues/61712.




More information about the All-commits mailing list