about summary refs log tree commit diff
path: root/src/test/codegen/i686-macosx-deployment-target.rs
AgeCommit message (Collapse)AuthorLines
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.