Closed yuditxj closed 2 years ago
fix complie issue with xcode13 Undefined symbols ___gcov_flush
原因: llvm delete "_gcov_flush", try replace with "__gcov_dump/__gcov_reset" , https://reviews.llvm.org/D83149
fix complie issue with xcode13 Undefined symbols ___gcov_flush
原因: llvm delete "_gcov_flush", try replace with "__gcov_dump/__gcov_reset" , https://reviews.llvm.org/D83149
Brief Description of the PR
Checklist