summary refs log tree commit diff
path: root/src/test/codegen/link_section.rs
AgeCommit message (Collapse)AuthorLines
2017-12-21Revert "Auto merge of #45225 - eddyb:trans-abi, r=arielb1"Ariel Ben-Yehuda-2/+2
This reverts commit f50fd075c2555d8511ccee8a7fe7aee3f2c45e14, reversing changes made to 5041b3bb3d953a14f32b15d1e41341c629acae12.
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.