From: Xing Xue Date: Wed, 13 Apr 2022 17:18:10 +0000 (-0400) Subject: [libunwind][AIX] implementation of the unwinder for AIX X-Git-Tag: upstream/15.0.7~10542 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7165edcad76fec2e025414ddf44e76363806fc3d;p=platform%2Fupstream%2Fllvm.git [libunwind][AIX] implementation of the unwinder for AIX NFC - revert identation changes in AddressSpace.hpp from the previous commit Differential Revision: https://reviews.llvm.org/D100132 --- diff --git a/libunwind/src/AddressSpace.hpp b/libunwind/src/AddressSpace.hpp index 3d5c001..5fc9ee3f 100644 --- a/libunwind/src/AddressSpace.hpp +++ b/libunwind/src/AddressSpace.hpp @@ -24,11 +24,11 @@ #include "Registers.hpp" #ifndef _LIBUNWIND_USE_DLADDR -#if !(defined(_LIBUNWIND_IS_BAREMETAL) || defined(_WIN32) || defined(_AIX)) -#define _LIBUNWIND_USE_DLADDR 1 -#else -#define _LIBUNWIND_USE_DLADDR 0 -#endif + #if !(defined(_LIBUNWIND_IS_BAREMETAL) || defined(_WIN32) || defined(_AIX)) + #define _LIBUNWIND_USE_DLADDR 1 + #else + #define _LIBUNWIND_USE_DLADDR 0 + #endif #endif #if _LIBUNWIND_USE_DLADDR