llvm-project/compiler-rt/test/profile/Linux
Ana Pazos bbb8129b2c Set hidden attribute on lprofMergeValueProfData
Summary:
The changes in https://reviews.llvm.org/D44847 cause load time failure
due to lprofMergeValueProfData in Android libs enabled with profile generation:

"dlopen failed: cannot locate symbol "lprofMergeValueProfData" referenced by..."

Marking lprofMergeValueProfData as hidden so the correct in-module definition
 is picked by the linker.

Reviewers: davidxl

Reviewed By: davidxl

Subscribers: efriedma, xur, davidxl, llvm-commits

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

llvm-svn: 354064
2019-02-14 21:38:40 +00:00
..
comdat_rename.test [PGO] Update the test cases after r291588. 2017-01-10 20:07:01 +00:00
counter_promo_for.c [PGO] Test case changes for D41059 2017-12-18 17:56:42 +00:00
counter_promo_nest.c Update test counter_promo_nest.c to meet llvm change 2018-02-08 07:15:49 +00:00
counter_promo_while.c [PGO] Implementate profile counter regiser promotion (test case) 2017-06-25 00:27:09 +00:00
coverage_ctors.cpp [llvm-cov] Fix compiler-rt tests failing in build bots after rL310827. 2017-08-14 12:43:05 +00:00
coverage_dtor.cpp [llvm-cov] Fix compiler-rt tests failing in build bots after rL310827. 2017-08-14 12:43:05 +00:00
coverage_shared.test
coverage_test.cpp [profile] Update Linux-only tests after r313597 2017-09-19 00:15:18 +00:00
extern_template.test Fix the following tests when running under cross-compilation: 2016-09-23 17:40:40 +00:00
instrprof-alloc.test Minor clean up of profile rt tests 2017-06-09 21:14:19 +00:00
instrprof-basic.c
instrprof-comdat.test [llvm-cov] Fix compiler-rt tests failing in build bots after rL310827. 2017-08-14 12:43:05 +00:00
instrprof-cs.c Fix the following tests when running under cross-compilation: 2016-09-23 17:40:40 +00:00
instrprof-dir.c [PGO] Delay profile dir creation until write 2017-02-14 21:39:55 +00:00
instrprof-dlopen.test
instrprof-dynamic-one-shared.test
instrprof-dynamic-two-shared.test
instrprof-file_ex.test add -f to rm so the test passes the first time it's run the file file is not present 2016-06-06 23:31:58 +00:00
instrprof-merge-vp.c
instrprof-value-merge.c [profile] Move newly added test to the supported platform 2018-04-02 21:24:07 +00:00
instrprof-value-prof-visibility.test Set hidden attribute on lprofMergeValueProfData 2019-02-14 21:38:40 +00:00
instrprof-value-prof-warn.test Minor clean up of profile rt tests 2017-06-09 21:14:19 +00:00
lit.local.cfg [ubsan] Re-commit: lit changes for lld testing, future lto testing. 2017-12-01 19:36:29 +00:00