summary refs log tree commit diff
path: root/src/test/codegen/link_section.rs
AgeCommit message (Collapse)AuthorLines
2017-11-19rustc_trans: use a predictable layout for constant ADTs.Eduard-Mihai Burtescu-2/+2
2016-09-24Update codegen/link_section.rs.Austin Hicks-2/+2
2015-09-21Avoid loading the whole gdb debug scripts section.Richard Diamond-0/+2
This is so LLVM isn't forced to load every byte of it. Also sets the alignment of the load. Adds a test for the debug script section.
2015-08-03Fix link_section regression.Eli Friedman-0/+36
Fixes #27467.