Author: Matt Morehouse Date: 2020-12-10T14:12:26-08:00 New Revision: 5ff35356f1af2bb92785b38c657463924d9ec386
URL: https://github.com/llvm/llvm-project/commit/5ff35356f1af2bb92785b38c657463924d9ec386 DIFF: https://github.com/llvm/llvm-project/commit/5ff35356f1af2bb92785b38c657463924d9ec386.diff LOG: [DFSan] Appease the custom wrapper lint script. Added: Modified: compiler-rt/test/dfsan/custom.cpp Removed: ################################################################################ diff --git a/compiler-rt/test/dfsan/custom.cpp b/compiler-rt/test/dfsan/custom.cpp index e21f35426cf0..a78152f5dcc1 100644 --- a/compiler-rt/test/dfsan/custom.cpp +++ b/compiler-rt/test/dfsan/custom.cpp @@ -800,6 +800,10 @@ void test_pthread_create() { ASSERT_ZERO_LABEL(cbrv); } +// Tested by test_pthread_create(). This empty function is here to appease the +// check-wrappers script. +void test_pthread_join() {} + int dl_iterate_phdr_test_cb(struct dl_phdr_info *info, size_t size, void *data) { assert(data == (void *)3); @@ -1220,6 +1224,7 @@ int main(void) { test_poll(); test_pread(); test_pthread_create(); + test_pthread_join(); test_read(); test_recvmsg(); test_sched_getaffinity(); _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits