about summary refs log tree commit diff
path: root/src/test/codegen/x86_64-macosx-deployment-target.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-27/+0
2021-06-24Re-Annotate the tests with needs-llvm-componentsSimonas Kazlauskas-0/+1
Doesn't work though, because compiletest doesn't process ignores on a per-revision manner.
2019-05-07choose a more specific LLVM target on OS X when necessaryNathan Froyd-0/+26
This behavior matches clang's behavior, and makes cross-language LTO possible. Fixes #60235.