This is an archive of the discontinued LLVM Phabricator instance.

JITLink: Add missing EHFrame NULL terminator on aarch64/ELF
ClosedPublic

Authored by tstellar on Mar 14 2023, 10:16 AM.

Details

Summary

This fixes test failures on AArch64 with libgcc-13:

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

Diff Detail

Event Timeline

tstellar created this revision.Mar 14 2023, 10:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 14 2023, 10:16 AM
tstellar requested review of this revision.Mar 14 2023, 10:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 14 2023, 10:16 AM
lhames accepted this revision.Mar 14 2023, 10:18 AM

LGTM. Thanks @tstellar!

This revision is now accepted and ready to land.Mar 14 2023, 10:18 AM