[PATCH] D14731: [libcxx] Add clang thread safety annotations to mutex and lock_guard
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 15 19:22:01 PDT 2016
EricWF added a comment.
Yes exactly. `// REQUIRES: <feature>` tells LIT to skip the test (and report it as UNSUPPORTED) whenever the feature is not present.
http://reviews.llvm.org/D14731
More information about the cfe-commits
mailing list