JITLink: Add missing EHFrame NULL terminator on aarch64/ELF
authorTom Stellard <tstellar@redhat.com>
Tue, 14 Mar 2023 23:51:21 +0000 (16:51 -0700)
committerTom Stellard <tstellar@redhat.com>
Tue, 14 Mar 2023 23:51:22 +0000 (16:51 -0700)
commit68c14f582ce64ae6bd79e78b609fa3469af0ed83
treef039719cf1bd3d15f0a6250b64d4a36c1a8c829b
parent9637e950cb3a623baab2156c2cb97a930fbaeec4
JITLink: Add missing EHFrame NULL terminator on aarch64/ELF

This fixes test failures on AArch64 with libgcc-13:

Clang :: Interpreter/global-dtor.cpp
Clang-Unit :: Interpreter/./ClangReplInterpreterTests/2/4

Reviewed By: lhames, v.g.vassilev

Differential Revision: https://reviews.llvm.org/D146067
llvm/lib/ExecutionEngine/JITLink/ELF_aarch64.cpp