[all-commits] [llvm/llvm-project] d520df: [libc++abi] Properly fix XFAILs for exception alig...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Jun 5 10:09:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d520dfec3bc4c5cfadaecbe5c2576d4fcfd5bfff
https://github.com/llvm/llvm-project/commit/d520dfec3bc4c5cfadaecbe5c2576d4fcfd5bfff
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-06-05 (Fri, 05 Jun 2020)
Changed paths:
M libcxxabi/test/test_exception_address_alignment.pass.cpp
Log Message:
-----------
[libc++abi] Properly fix XFAILs for exception alignment
Since <unwind.h> is in the SDK, not in /usr/include, the XFAILs must
be predicated on the compiler version (ideally even on the SDK version)
instead of the target system version.
More information about the All-commits
mailing list