[all-commits] [llvm/llvm-project] 492cbb: [compiler-rt][profile][AIX] pass extra link opts f...
David Tenty via All-commits
all-commits at lists.llvm.org
Thu Jan 27 13:25:48 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 492cbbc36a8fcc4414e09950c2a09d701dbd3d0e
https://github.com/llvm/llvm-project/commit/492cbbc36a8fcc4414e09950c2a09d701dbd3d0e
Author: David Tenty <daltenty at ibm.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M compiler-rt/test/profile/Posix/instrprof-get-filename-merge-mode.c
M compiler-rt/test/profile/Posix/lit.local.cfg.py
Log Message:
-----------
[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
More information about the All-commits
mailing list