about summary refs log tree commit diff
path: root/src/test/codegen/sparc-struct-abi.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-103/+0
2022-02-24Add test for nested structures.Petr Sumbera-0/+20
2021-12-01fix sparc64 ABI for aggregates with floating point membersPetr Sumbera-1/+57
2021-06-24Re-Annotate the tests with needs-llvm-componentsSimonas Kazlauskas-2/+1
Doesn't work though, because compiletest doesn't process ignores on a per-revision manner.
2018-12-25Remove licensesMark Rousskov-9/+0
2018-07-31Only run the sparc-abi test on sparcSimonas Kazlauskas-0/+1
It is not required for LLVM to have SPARC target support, so it is necessary to only run this test when LLVM does support SPARC. Sadly, it isn’t possible to specify exactly this constraint. Instead, we specify that this test should run on SPARC host only (it surely is sane assumption to make that compiler running on a SPARC can generate SPARC, right?) Since you cannot specify multiple `only-*` to have it run on both 32-bit and 64-bit SPARC we pick 64-bit SPARC, because it is exactly what is being tested by this test. Fixes #52881
2018-07-26Add a test for sparc64 ABI issueSimonas Kazlauskas-0/+36