[llvm] [BOLT] Err when linking objects of different architectures (PR #66770)

Vladislav Khmelevsky via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 25 01:03:43 PDT 2023


yota9 wrote:

The BOLT uses DT_FINI currently only, the DT_FINI_ARRAY tag is not even read right now. If you mean at runtime - I think as for any other platforms all FINI_ARRAY and FINI is getting called in a sequence 

https://github.com/llvm/llvm-project/pull/66770


More information about the llvm-commits mailing list