Skip to content

Fix crashes on Linux/PPC64 ELFv1

Rodrigo Muino Tomonari requested to merge github/fork/zeldin/elfv1 into master

Instead of using "defined(_AIX)" or "V8_OS_AIX" as a test for when to use function descriptors, use "ABI_USES_FUNCTION_DESCRIPTORS" which exists precisely for this purpose. This fixes the crashes on Linux/ppc64 ELFv1.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

deps: V8: fix tests for function descriptors on PPC64

Fixes: https://github.com/nodejs/node/issues/29534

Merge request reports

Loading