projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f1e1c3
)
Fix unused typedef. Follow up to r299575.
author
Ivan Krasin
<krasin@chromium.org>
Thu, 6 Apr 2017 17:35:35 +0000
(17:35 +0000)
committer
Ivan Krasin
<krasin@chromium.org>
Thu, 6 Apr 2017 17:35:35 +0000
(17:35 +0000)
llvm-svn: 299666
libunwind/src/AddressSpace.hpp
patch
|
blob
|
history
diff --git
a/libunwind/src/AddressSpace.hpp
b/libunwind/src/AddressSpace.hpp
index 54b258ed2835c91df9b046167efe2ea0f8fd21ae..402cfe0c1c2189c54a60c226d9bacd46d96aab9d 100644
(file)
--- a/
libunwind/src/AddressSpace.hpp
+++ b/
libunwind/src/AddressSpace.hpp
@@
-383,7
+383,7
@@
inline bool LocalAddressSpace::findUnwindSections(pint_t targetAddr,
#if !defined(Elf_Phdr)
typedef ElfW(Phdr) Elf_Phdr;
#endif
-#if !defined(Elf_Addr)
+#if !defined(Elf_Addr)
&& defined(__ANDROID__)
typedef ElfW(Addr) Elf_Addr;
#endif