This is a follow up to D118101, that added bexpfull to the test on instrprof-get-filename-merge-mode.c on AIX in order to get the
necessary symbols exported. 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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
get_filename_from_DSO is the only symbol to be exported from the shared obj. LGTM. Thanks.