================ @@ -0,0 +1,44 @@ +// RUN: %clang_cc1 -verify -fopenmp -ferror-limit 100 %s -Wuninitialized +// RUN: %clang_cc1 -verify -fopenmp-simd -ferror-limit 100 %s -Wuninitialized + +extern void *malloc(__SIZE_TYPE__); +extern void free(void *); ---------------- alexey-bataev wrote:
Clang unit test does not need to use these functions, remove https://github.com/llvm/llvm-project/pull/157443 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
