Raise minimum supported macOS to 10.12
This commit is contained in:
parent
4e5b31c2b0
commit
58bbca958d
12 changed files with 33 additions and 45 deletions
|
@ -20,7 +20,7 @@ pub struct Bool {
|
|||
b: bool,
|
||||
}
|
||||
|
||||
// CHECK: target triple = "i686-apple-macosx10.7.0"
|
||||
// CHECK: target triple = "i686-apple-macosx10.12.0"
|
||||
#[no_mangle]
|
||||
pub extern "C" fn structbool() -> Bool {
|
||||
Bool { b: true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue