Index: libcxxabi/trunk/test/test_exception_address_alignment.pass.cpp =================================================================== --- libcxxabi/trunk/test/test_exception_address_alignment.pass.cpp +++ libcxxabi/trunk/test/test_exception_address_alignment.pass.cpp @@ -20,6 +20,7 @@ #include #include +#include <__cxxabi_config.h> #include @@ -27,7 +28,7 @@ // EHABI : 8-byte aligned // Itanium: Largest supported alignment for the system -#if defined(_LIBUNWIND_ARM_EHABI) +#if defined(_LIBCXXABI_ARM_EHABI) # define EXPECTED_ALIGNMENT 8 #else # define EXPECTED_ALIGNMENT alignof(AlignedType)