[all-commits] [llvm/llvm-project] 7dd6a8: [libc++] Do not set the `availability=XXX` feature...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Feb 21 11:21:20 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7dd6a862e5ece866c787d4509a5a5cad19531fbc
https://github.com/llvm/llvm-project/commit/7dd6a862e5ece866c787d4509a5a5cad19531fbc
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-02-21 (Fri, 21 Feb 2020)
Changed paths:
M libcxx/utils/libcxx/test/config.py
Log Message:
-----------
[libc++] Do not set the `availability=XXX` feature when not testing against a system libc++
Otherwise, the `availability=XXX` lit feature is set even when we're
testing trunk and _LIBCPP_DISABLE_AVAILABILITY is defined, which causes
tests that check for availability markup to be enabled and unexpectedly
pass.
More information about the All-commits
mailing list