<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Reverted this in 626209cac0559ebe06a9bd4792fac5d31333c597. It was causing the instrprof-darwin-exports.c test to fail.<div class=""><div class=""><br class="">```<br class="">Undefined symbols for architecture x86_64:<br class=""> "_flush_fn_list", referenced from:<br class="">    -exported_symbol[s_list] command line option<br class="">```</div><div class=""><br class=""><div>Refer to <a href="http://green.lab.llvm.org/green/job/clang-stage1-RA/14395/consoleFull#-1345203688254eaf0-7326-4999-85b0-388101f2d404" class="">http://green.lab.llvm.org/green/job/clang-stage1-RA/14395/consoleFull#-1345203688254eaf0-7326-4999-85b0-388101f2d404</a>.</div><div><br class=""></div><div>-</div><div>Azhar</div><div><br class=""><blockquote type="cite" class=""><div class="">On Sep 9, 2020, at 5:27 PM, Fangrui Song via llvm-commits <<a href="mailto:llvm-commits@lists.llvm.org" class="">llvm-commits@lists.llvm.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""><br class="">Author: Fangrui Song<br class="">Date: 2020-09-09T17:27:30-07:00<br class="">New Revision: 01cdab0b335e21321987505e66f34c24dc55b0d7<br class=""><br class="">URL: <a href="https://github.com/llvm/llvm-project/commit/01cdab0b335e21321987505e66f34c24dc55b0d7" class="">https://github.com/llvm/llvm-project/commit/01cdab0b335e21321987505e66f34c24dc55b0d7</a><br class="">DIFF: <a href="https://github.com/llvm/llvm-project/commit/01cdab0b335e21321987505e66f34c24dc55b0d7.diff" class="">https://github.com/llvm/llvm-project/commit/01cdab0b335e21321987505e66f34c24dc55b0d7.diff</a><br class=""><br class="">LOG: [gcov] Delete flush_fn_list (unused since D83149)<br class=""><br class="">Added: <br class=""><br class=""><br class="">Modified: <br class="">    compiler-rt/lib/profile/GCDAProfiling.c<br class=""><br class="">Removed: <br class=""><br class=""><br class=""><br class="">################################################################################<br class="">diff  --git a/compiler-rt/lib/profile/GCDAProfiling.c b/compiler-rt/lib/profile/GCDAProfiling.c<br class="">index cf6c44bae641..405568187241 100644<br class="">--- a/compiler-rt/lib/profile/GCDAProfiling.c<br class="">+++ b/compiler-rt/lib/profile/GCDAProfiling.c<br class="">@@ -127,11 +127,6 @@ struct fn_list {<br class="">  */<br class=""> struct fn_list writeout_fn_list;<br class=""><br class="">-/*<br class="">- *  A list of flush functions that our __gcov_flush() function should call, shared between all dynamic objects.<br class="">- */<br class="">-struct fn_list flush_fn_list;<br class="">-<br class=""> /*<br class="">  *  A list of reset functions, shared between all dynamic objects.<br class="">  */<br class=""><br class=""><br class=""><br class="">_______________________________________________<br class="">llvm-commits mailing list<br class=""><a href="mailto:llvm-commits@lists.llvm.org" class="">llvm-commits@lists.llvm.org</a><br class="">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits<br class=""></div></div></blockquote></div><br class=""></div></div></body></html>