File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ pub fn opts() -> TargetOptions {
27
27
link_env : vec ! [ ( "VSLANG" . to_string( ) , "1033" . to_string( ) ) ] ,
28
28
lld_flavor : LldFlavor :: Link ,
29
29
pre_link_args,
30
- // UEFI mirrors the calling-conventions used on windows. In case of x86-64 and i686 this
31
- // means small structs will be returned as int. This shouldn't matter much, since the
32
- // restrictions placed by the UEFI specifications forbid any ABI to return structures.
33
30
abi_return_struct_as_int : true ,
34
31
emit_debug_gdb_scripts : false ,
35
32
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ pub fn opts() -> TargetOptions {
16
16
] ,
17
17
) ;
18
18
19
- // FIXME: Should UWP target be updated for the exception machinery changes from #67502?
19
+ // FIXME: This should be updated for the exception machinery changes from #67502.
20
20
let mut late_link_args = LinkArgs :: new ( ) ;
21
21
let late_link_args_dynamic = LinkArgs :: new ( ) ;
22
22
let late_link_args_static = LinkArgs :: new ( ) ;
You can’t perform that action at this time.
0 commit comments