viable/strict/1789371558: [inductor] Make local AOTI arrayref tests host-independent (#196917)
- PyTorch: 919 events in the last 90 days
- PyTorch: 908th Release in the last 90 days
- Previous: earlier the same day · trunk/3e207a2ae036902fb7a773c6066b426ad15d6b67
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