[compiler-rt][profile][AIX] pass extra link opts for test
authorDavid Tenty <daltenty@ibm.com>
Thu, 27 Jan 2022 03:14:19 +0000 (21:14 -0600)
committerDavid Tenty <daltenty@ibm.com>
Thu, 27 Jan 2022 21:25:19 +0000 (15:25 -0600)
commit492cbbc36a8fcc4414e09950c2a09d701dbd3d0e
tree96f86b1775c23fc026571566dcdfcb2e453b5b00
parent15dfe7a3f12c4862999e275195a14ef746ab975a
[compiler-rt][profile][AIX] pass extra link opts for test

This is a follow up to D118101, that added bexpfull to the test on instrprof-get-filename-merge-mode.c AIX, in order to get the
necessary symbols exported. But unfortunately the extra dependent symbols this exports actually cause segfaults, which is why
this isn't really recommended in the first place, so just use an actual export list.

Differential Revision: https://reviews.llvm.org/D118310
compiler-rt/test/profile/Posix/instrprof-get-filename-merge-mode.c
compiler-rt/test/profile/Posix/lit.local.cfg.py