]> granicus.if.org Git - clang/commitdiff
Fixed failure on Darwin due to r354064
authorAna Pazos <apazos@quicinc.com>
Fri, 15 Feb 2019 00:19:45 +0000 (00:19 +0000)
committerAna Pazos <apazos@quicinc.com>
Fri, 15 Feb 2019 00:19:45 +0000 (00:19 +0000)
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@354089 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/ToolChains/Darwin.cpp

index 9b3f3740fd427421518a4990b8788fb8cdccf1a0..8cd9263f6511f28037e92aace7863caf32e11c19 100644 (file)
@@ -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");
   }