← Back to events
ActiveAIRelease

viable/strict/1789371558: [inductor] Make local AOTI arrayref tests host-independent (#196917)

What happened

Summary: The local AOTI arrayref target compiled both legacy libstdc++ and private libc++ DSOs, then loaded the legacy DSO first. Sandcastle hosts can preload an older platform libstdc++.so.6 that lacks symbols required by the local compiler, causing every test to fail during dlopen before the ABI-compatible DSO is exercised. Mark the local-build target to load the private ABI-compatible DSO directly. Keep the regul…

Summary assembled by rule from the sources below

Why it's spreading

Sources