The Clang Fuchsia driver sets -dynamic-linker to ld.so.1 or to a variant if needed.
Fix the variant lib path in asan-ubsan variant.
See also:
https://bugs.fuchsia.dev/p/fuchsia/issues/detail?id=118344
Differential D140857
Fix Fuchsia dyld in asan-ubsan variant shayba on Jan 2 2023, 3:31 PM. Authored by
Details
The Clang Fuchsia driver sets -dynamic-linker to ld.so.1 or to a variant if needed. See also:
Diff Detail Event TimelineComment Actions I don't think we want this in the generic compiler behavior. It would only make sense if the toolchain runtimes have extra versions, and I don't think we want that many extra versions. |