Use ld_flags_rpath* substitutions.
Without rpath information, the test fails on some Darwin platforms since the binary fails to find the shared library.
rdar://110010041
Differential D154003
[UBSan] Fix shared library linking in test for Darwin. usama54321 on Jun 28 2023, 2:14 PM. Authored by
Details Use ld_flags_rpath* substitutions. Without rpath information, the test fails on some Darwin platforms since the binary fails to find the shared library. rdar://110010041
Diff Detail
Event TimelineComment Actions Thank you for this one @usama54321. LGTM. I was able to look up the Radar but for others, I suggest a sentence in the description of the diff that explains why it was a problem for us. |