diff options
author | Vedant Kumar <vsk@apple.com> | 2020-01-21 16:51:27 -0800 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2020-01-21 16:52:01 -0800 |
commit | a156da5fb361fd38ba379ec20856626c9e35f829 (patch) | |
tree | 0ebca37937448ea68d30d48d59d24ca95b84ca9c /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 67a87753225e7f5ad5b1fd151d6d2dde3d09ff09 (diff) | |
download | llvm-a156da5fb361fd38ba379ec20856626c9e35f829.zip llvm-a156da5fb361fd38ba379ec20856626c9e35f829.tar.gz llvm-a156da5fb361fd38ba379ec20856626c9e35f829.tar.bz2 |
[clang/Darwin] Remove __llvm_profile_counter_bias from export list for profiling
Do not export __llvm_profile_counter_bias when profiling is enabled
because this symbol is hidden and cannot be exported.
Should fix this bot error:
```
URL: http://green.lab.llvm.org/green/job/clang-stage1-RA/5678/consoleFull
Problem: Command Output (stdout):
--
ld: warning: cannot export hidden symbol ___llvm_profile_counter_bias
from
/Users/buildslave/jenkins/workspace/clang-stage1-RA/clang-build/lib/clang/11.0.0/lib/darwin/libclang_rt.profile_osx.a(InstrProfilingBiasVar.c.o)
ld: warning: cannot export hidden symbol ___llvm_profile_counter_bias
from
/Users/buildslave/jenkins/workspace/clang-stage1-RA/clang-build/lib/clang/11.0.0/lib/darwin/libclang_rt.profile_osx.a(InstrProfilingBiasVar.c.o)
```
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions