Skip to content

Commit

Permalink
Fixed failure on Darwin due to r354064
Browse files Browse the repository at this point in the history
Summary:
instrprof-darwin-exports.c test fails on Darwin due  to r354064.

Updated clang list of exported symbols to fix the issue.

Reviewers: vsk

Reviewed By: vsk

Subscribers: davidxl, efriedma

Differential Revision: https://reviews.llvm.org/D58259

llvm-svn: 354089
  • Loading branch information
apazos committed Feb 15, 2019
1 parent b96b10d commit 6dbe865
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/lib/Driver/ToolChains/Darwin.cpp
Expand Up @@ -1048,7 +1048,6 @@ void Darwin::addProfileRTLibs(const ArgList &Args,
addExportedSymbol(CmdArgs, "___llvm_profile_filename");
addExportedSymbol(CmdArgs, "___llvm_profile_raw_version");
addExportedSymbol(CmdArgs, "_lprofCurFilename");
addExportedSymbol(CmdArgs, "_lprofMergeValueProfData");
}
addExportedSymbol(CmdArgs, "_lprofDirMode");
}
Expand Down

0 comments on commit 6dbe865

Please sign in to comment.