hanchenye-llvm-project/libunwind/test
Saleem Abdulrasool f8774f1d73 ARM: explicitly specify the 8-byte alignment
It seems that GCC interprets `__attribute__((__aligned__))` as 8-byte
alignment on ARM, but clang does not.  Explicitly specify the
double-word alignment value to ensure that the structure is properly
aligned.

llvm-svn: 311574
2017-08-23 16:50:27 +00:00
..
libunwind
CMakeLists.txt Partial fix for PR33858 2017-07-26 18:13:57 +00:00
alignment.pass.cpp ARM: explicitly specify the 8-byte alignment 2017-08-23 16:50:27 +00:00
libunwind_01.pass.cpp
libunwind_02.pass.cpp
lit.cfg
lit.site.cfg.in Partial fix for PR33858 2017-07-26 18:13:57 +00:00
unw_getcontext.pass.cpp