HomeFreeBSD

Undefine HAVE_(DE)REGISTER_FRAME in llvm's config.h on arm

Description

Undefine HAVE_(DE)REGISTER_FRAME in llvm's config.h on arm

Otherwise, the lli tool (enable by WITH_CLANG_EXTRAS) won't link on arm,
stating that __register_frame is undefined. This function is normally
provided by libunwind, but explicitly not for the ARM Exception ABI.

Reported by: oh
PR: 255570
MFC after: 6 weeks

Details

Provenance
dimAuthored on Jun 16 2021, 6:27 PM
Parents
rG31dddc6a1904: truss: minor cleanup and pedantic warning fixes
Branches
Unknown
Tags
Unknown