We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rustbuild
1 parent 54d9615 commit f52b4a2Copy full SHA for f52b4a2
library/compiler-builtins/build.rs
@@ -375,15 +375,6 @@ mod c {
375
]);
376
}
377
378
- // When compiling in rustbuild (the rust-lang/rust repo) this library
379
- // also needs to satisfy intrinsics that jemalloc or C in general may
380
- // need, so include a few more that aren't typically needed by
381
- // LLVM/Rust.
382
- #[allow(unexpected_cfgs)]
383
- if cfg!(feature = "rustbuild") {
384
- sources.extend(&[("__ffsdi2", "ffsdi2.c")]);
385
- }
386
-
387
// On iOS and 32-bit OSX these are all just empty intrinsics, no need to
388
// include them.
389
if target_os != "ios"
0 commit comments