about summary refs log tree commit diff
path: root/src/test/codegen/static-relocation-model-msvc.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-26/+0
2022-11-29test/codegen: test inter-crate linkage with static relocationDavid Rheinsberg-0/+26
Add a codegen-test that verifies inter-crate linkage with the static relocation model. We expect all symbols that are part of a rust compilation to end up in the same DSO, thus we expect `dso_local` annotations.