]> granicus.if.org Git - clang/commit
[Driver] Export profiling symbols for -exported_symbols_list
authorVedant Kumar <vsk@apple.com>
Fri, 13 Apr 2018 23:43:59 +0000 (23:43 +0000)
committerVedant Kumar <vsk@apple.com>
Fri, 13 Apr 2018 23:43:59 +0000 (23:43 +0000)
commitbfca04847134d5c7395681e28546729aab333314
tree700e11493ef12e527ccc6665eb19eec2c4f4646d
parent4a9ca998d3c0561630965a6ebaa2b15cd9238351
[Driver] Export profiling symbols for -exported_symbols_list

When profiling is enabled and -exported_symbols_list is specified for
the Darwin linker, export the requisite set of profiling symbols.

rdar://39427167

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@330077 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/Darwin.cpp
test/Driver/darwin-ld.c