Skip to content

[ORC] Skip ST_File symbols in MaterializationUnit interfaces / resolu… #875

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 6, 2020
Merged

Conversation

lhames
Copy link

@lhames lhames commented Mar 6, 2020

[ORC] Skip ST_File symbols in MaterializationUnit interfaces / resolution.

ST_File symbols aren't relevant for linking purposes, but can end up shadowing
real symbols if they're not filtered.

No test case yet: The ideal testcase for this would be an ELF llvm-jitlink test,
but llvm-jitlink support for ELF is still under development. We should add a
testcase for this once support lands in tree.

Note: Required to get tests passing for swiftlang/swift#29863 .

…tion.

ST_File symbols aren't relevant for linking purposes, but can end up shadowing
real symbols if they're not filtered.

No test case yet: The ideal testcase for this would be an ELF llvm-jitlink test,
but llvm-jitlink support for ELF is still under development. We should add a
testcase for this once support lands in tree.
@lhames
Copy link
Author

lhames commented Mar 6, 2020

@swift-ci test

1 similar comment
@lhames
Copy link
Author

lhames commented Mar 6, 2020

@swift-ci test

@lhames lhames merged commit eefed17 into swiftlang:apple/stable/20200108 Mar 6, 2020
@lhames lhames deleted the st-file-symbols-fix branch March 6, 2020 04:14
@lhames
Copy link
Author

lhames commented Mar 7, 2020

rdar://problem/57405697

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