[all-commits] [llvm/llvm-project] 168681: [libc++abi][libunwind] Don't override libc++'s han...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Jun 9 13:03:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 168681abce63d9cc0cec24cfc1d0caef6fa3a25f
https://github.com/llvm/llvm-project/commit/168681abce63d9cc0cec24cfc1d0caef6fa3a25f
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-06-09 (Tue, 09 Jun 2020)
Changed paths:
M libcxxabi/test/libcxxabi/test/config.py
M libunwind/test/libunwind/test/config.py
Log Message:
-----------
[libc++abi][libunwind] Don't override libc++'s handling of exception features
0e04342ae039 simplified exceptions-related configurations for libc++abi
and libunwind by reusing the logic in libc++. However, it missed the fact
that libc++abi and libunwind were overriding libc++'s handling of exceptions.
This commit removes special handling in libc++abi and libunwind to use
the logic in libc++, which is the right one.
More information about the All-commits
mailing list