about summary refs log tree commit diff
path: root/src/test/codegen/align-enum.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-34/+0
2022-05-25Update some codegen tests for opaque pointersNikita Popov-1/+1
2021-08-04Remove 0-sized paddings from field loyout tests.Hans Kratz-1/+1
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+1
This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed.
2020-05-16Disable MIR optimization for alignment codegen testsDylan MacKenzie-1/+1
NRVO optimizes away the locals whose alignment is tested. I don't think this affects the purpose of the test.
2019-12-02Update the minimum external LLVM to 7Josh Stone-1/+0
LLVM 7 is over a year old, which should be plenty for compatibility. The last LLVM 6 holdout was llvm-emscripten, which went away in #65501. I've also included a fix for LLVM 8 lacking `MemorySanitizerOptions`, which was broken by #66522.
2019-05-27Stabilize repr_align_enum in 1.37.0.Mazdak Farrokhzad-1/+0
2019-02-02Test alloca with #[repr(align(x))] on enumNiklas Fiekas-0/+36