[all-commits] [llvm/llvm-project] af2b22: [examples][ORC] Make sure eh-frame registration co...

lhames via All-commits all-commits at lists.llvm.org
Wed Oct 19 15:06:28 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: af2b2214b4e2717d2114c0b01e3610e0b64a14be
      https://github.com/llvm/llvm-project/commit/af2b2214b4e2717d2114c0b01e3610e0b64a14be
  Author: Lang Hames <lhames at gmail.com>
  Date:   2022-10-19 (Wed, 19 Oct 2022)

  Changed paths:
    M llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/LLJITWithThinLTOSummaries.cpp

  Log Message:
  -----------
  [examples][ORC] Make sure eh-frame registration code is linked into an example.

Since aedeb8d5570, which switched to EPC-based eh-frame registration, the
eh-frame registration functions need to be forcibly linked into the target
process.

We need a general solution to this problem, but for now just force it in this
example to fix the test failures in
https://green.lab.llvm.org/green/job/clang-stage1-RA/31497

rdar://101083784




More information about the All-commits mailing list