diff options
author | Fangrui Song <i@maskray.me> | 2021-11-06 21:34:50 -0800 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2021-11-06 22:34:50 -0700 |
commit | 815b9f53d85e32e13bf318be24e7ece0617ff85d (patch) | |
tree | a5c43e48f297763e45b9cbeb2489d96095a77050 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 22e21da47d8adfc9ff5965be2ca682f8e44a6902 (diff) | |
download | llvm-815b9f53d85e32e13bf318be24e7ece0617ff85d.zip llvm-815b9f53d85e32e13bf318be24e7ece0617ff85d.tar.gz llvm-815b9f53d85e32e13bf318be24e7ece0617ff85d.tar.bz2 |
[hwasan] Replace _Unwind_Word with uintptr_t
GCC introduced `__attribute__((mode(unwind_word)))` to work around
Cell Broadband Engine SPU (which was removed from GCC in 2019-09),
which is irrelevant to hwasan.
_Unwind_GetGR/_Unwind_GetCFA from llvm-project/libunwind don't use unwind_word.
Using _Unwind_Word can lead to build failures if libunwind's unwind.h is
preferred over unwind.h in the Clang resource directory (e.g. built with GCC).
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions