aboutsummaryrefslogtreecommitdiff
path: root/libunwind/src
diff options
context:
space:
mode:
authorXing Xue <xingxue@outlook.com>2022-04-13 13:18:10 -0400
committerXing Xue <xingxue@outlook.com>2022-04-13 13:18:10 -0400
commit7165edcad76fec2e025414ddf44e76363806fc3d (patch)
tree667494fa460fdb9b352c039acb436d5c32191571 /libunwind/src
parent262eba01b33fd5cda5e4b65a744bac9d87cd7453 (diff)
downloadllvm-7165edcad76fec2e025414ddf44e76363806fc3d.zip
llvm-7165edcad76fec2e025414ddf44e76363806fc3d.tar.gz
llvm-7165edcad76fec2e025414ddf44e76363806fc3d.tar.bz2
[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
Diffstat (limited to 'libunwind/src')
-rw-r--r--libunwind/src/AddressSpace.hpp10
1 files changed, 5 insertions, 5 deletions
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