ributzka added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/Darwin.cpp:1037
if (hasExportSymbolDirective(Args)) {
- addExportedSymbol(CmdArgs, "___llvm_profile_filename");
- addExportedSymbol(CmdArgs, "___llvm_profile_raw_version");
- addExportedSymbol(CmdArgs, "_lprofCurFilename");
+ if (needsGCovInstrumentation(Args)) {
+ addExportedSymbol(CmdArgs, "___gcov_flush");
----------------
Are the symbols mutually exclusive?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55151/new/
https://reviews.llvm.org/D55151
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits