diff options
author | Asiri Rathnayake <asiri.rathnayake@arm.com> | 2017-04-04 14:03:54 +0000 |
---|---|---|
committer | Asiri Rathnayake <asiri.rathnayake@arm.com> | 2017-04-04 14:03:54 +0000 |
commit | 4cc78d7008ab6b8a7b09d01881e1d24aa8958c6d (patch) | |
tree | 8974dab74cb4e1b0a1891d30014988e45e1f72ff /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | dbdcfa127f333127cb248d1819780f7fdbc5cf5a (diff) | |
download | bcm5719-llvm-4cc78d7008ab6b8a7b09d01881e1d24aa8958c6d.tar.gz bcm5719-llvm-4cc78d7008ab6b8a7b09d01881e1d24aa8958c6d.zip |
Fix exception address alignment test for EHABI
This test fails on ARM bare-metal targets because it assumes the Itanium ABI,
whereas EHABI requires the exception address to be 8-byte aligned.
I was a bit puzzled at first because this should've failed on the public
arm-linux builder too. I think the reason it passes there is because we don't
include libunwind headers in the include path when running the libcxxabi tests,
so the system unwind.h gets picked up.
Reviewers: rengolin, EricWF
Differential revision: https://reviews.llvm.org/D31178
llvm-svn: 299435
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions