[all-commits] [llvm/llvm-project] 626209: Revert "[gcov] Delete flush_fn_list (unused since ...
azharudd via All-commits
all-commits at lists.llvm.org
Thu Sep 10 09:54:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 626209cac0559ebe06a9bd4792fac5d31333c597
https://github.com/llvm/llvm-project/commit/626209cac0559ebe06a9bd4792fac5d31333c597
Author: Azharuddin Mohammed <azhar at apple.com>
Date: 2020-09-10 (Thu, 10 Sep 2020)
Changed paths:
M compiler-rt/lib/profile/GCDAProfiling.c
Log Message:
-----------
Revert "[gcov] Delete flush_fn_list (unused since D83149)"
This reverts commit 01cdab0b335e21321987505e66f34c24dc55b0d7.
It was causing the instrprof-darwin-exports.c test to fail.
```
Undefined symbols for architecture x86_64:
"_flush_fn_list", referenced from:
-exported_symbol[s_list] command line option
```
More information about the All-commits
mailing list