Skip to content

Commit 7dfc933

Browse files
committed
Remove leftover code from previous attempt
1 parent 62fed52 commit 7dfc933

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

0009-Relocate-unset-tmp.patch

-11
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,3 @@ index dd9d277fb..160e472cf 100644
3636
let output = out_filename(
3737
sess,
3838
crate_type,
39-
@@ -1904,6 +1917,10 @@ fn add_linked_symbol_object(
40-
return;
41-
};
42-
43-
+ if std::env::var("SB2_RUST_TARGET_TRIPLE").is_ok() {
44-
+ return;
45-
+ }
46-
+
47-
if file.format() == object::BinaryFormat::Coff {
48-
// NOTE(nbdd0121): MSVC will hang if the input object file contains no sections,
49-
// so add an empty section.

0 commit comments

Comments
 (0)