Skip to content

Commit

Permalink
Merged master:54fcea86b165 into amd-gfx:6b0cdcb65a4f
Browse files Browse the repository at this point in the history
Local branch amd-gfx 6b0cdcb Manual merge test fix
Remote branch master 54fcea8 Revert "[Support] Use unique_function rather than std::function for ThreadPool TaskTy."
  • Loading branch information
Sw authored and Sw committed Sep 10, 2020
2 parents 6b0cdcb + 54fcea8 commit 6bd5a73
Show file tree
Hide file tree
Showing 103 changed files with 2,200 additions and 544 deletions.
1 change: 0 additions & 1 deletion clang/lib/Driver/ToolChains/Darwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,6 @@ void Darwin::addProfileRTLibs(const ArgList &Args,
if (ForGCOV) {
addExportedSymbol(CmdArgs, "___gcov_dump");
addExportedSymbol(CmdArgs, "___gcov_reset");
addExportedSymbol(CmdArgs, "_flush_fn_list");
addExportedSymbol(CmdArgs, "_writeout_fn_list");
addExportedSymbol(CmdArgs, "_reset_fn_list");
} else {
Expand Down
Loading

0 comments on commit 6bd5a73

Please sign in to comment.