Skip to content

Fall back to tslang lib path when locating GC runtime for JIT#182

Merged
ASDAlexander77 merged 2 commits into
mainfrom
fix/jit-fallback-tslang-lib-path
Jul 5, 2026
Merged

Fall back to tslang lib path when locating GC runtime for JIT#182
ASDAlexander77 merged 2 commits into
mainfrom
fix/jit-fallback-tslang-lib-path

Conversation

@ASDAlexander77

Copy link
Copy Markdown
Owner

Summary

  • When resolving the GC runtime shared lib for the JIT, if it isn't found under the default lib path, fall back to trying the tslang lib path before giving up.
  • Adds clSharedLibs.push_back(absPath3) when the fallback resolves successfully instead of silently proceeding without the runtime lib.

Test plan

  • Run JIT execution tests to confirm GC runtime resolves correctly on this fallback path

If the runtime lib isn't found via the default lib path, try the
tslang lib path before giving up, instead of silently continuing
with no shared lib loaded.
@ASDAlexander77 ASDAlexander77 merged commit ca29dad into main Jul 5, 2026
2 checks passed
@ASDAlexander77 ASDAlexander77 deleted the fix/jit-fallback-tslang-lib-path branch July 5, 2026 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant