[all-commits] [llvm/llvm-project] 8fb474: [libc++/abi] Fix broken Lit feature no-noexcept-fu...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Jul 15 11:42:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8fb47456a356c5bfe0046a9d1c74cb048a4624bf
https://github.com/llvm/llvm-project/commit/8fb47456a356c5bfe0046a9d1c74cb048a4624bf
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-07-15 (Thu, 15 Jul 2021)
Changed paths:
M libcxx/utils/libcxx/test/features.py
M libcxxabi/test/catch_function_03.pass.cpp
M libcxxabi/test/catch_member_function_pointer_02.pass.cpp
M libcxxabi/test/libcxxabi/test/config.py
Log Message:
-----------
[libc++/abi] Fix broken Lit feature no-noexcept-function-type
The feature was always defined, which means that the two test cases
guarded by it were never run.
Differential Revision: https://reviews.llvm.org/D106062
More information about the All-commits
mailing list