summary refs log tree commit diff
path: root/src/test/codegen/auxiliary/extern_decl.rs
AgeCommit message (Collapse)AuthorLines
2022-11-29test/codegen: test inter-crate linkage with static relocationDavid Rheinsberg-0/+11
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.