File tree Expand file tree Collapse file tree
compiler/rustc_target/src/spec/base Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ pub(crate) fn opts() -> TargetOptions {
106106 // FIXME(davidtwco): Support Split DWARF on Windows GNU - may require LLVM changes to
107107 // output DWO, despite using DWARF, doesn't use ELF..
108108 supported_split_debuginfo : Cow :: Borrowed ( & [ SplitDebuginfo :: Off ] ) ,
109+ mcount : "_mcount" . into ( ) ,
109110 ..Default :: default ( )
110111 }
111112}
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ pub(crate) fn opts() -> TargetOptions {
5353 // FIXME(davidtwco): Support Split DWARF on Windows GNU - may require LLVM changes to
5454 // output DWO, despite using DWARF, doesn't use ELF..
5555 supported_split_debuginfo : Cow :: Borrowed ( & [ SplitDebuginfo :: Off ] ) ,
56+ mcount : "_mcount" . into ( ) ,
5657 ..Default :: default ( )
5758 }
5859}
You can’t perform that action at this time.
0 commit comments