File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
compiler/rustc_target/src/spec/base Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ pub fn opts() -> TargetOptions {
88 has_rpath : true ,
99 position_independent_executables : true ,
1010 relro_level : RelroLevel :: Full ,
11+ has_thread_local : true ,
1112 default_dwarf_version : 2 ,
1213 ..Default :: default ( )
1314 }
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ pub fn opts() -> TargetOptions {
99 crt_static_respected : true ,
1010 position_independent_executables : true ,
1111 relro_level : RelroLevel :: Full ,
12+ has_thread_local : true ,
1213 abi_return_struct_as_int : true ,
1314 default_dwarf_version : 2 ,
1415 ..Default :: default ( )
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ pub fn opts() -> TargetOptions {
99 has_rpath : true ,
1010 position_independent_executables : true ,
1111 relro_level : RelroLevel :: Full ,
12+ has_thread_local : true ,
1213 use_ctors_section : true ,
1314 default_dwarf_version : 2 ,
1415 ..Default :: default ( )
You can’t perform that action at this time.
0 commit comments