about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/Linker.cpp
diff options
context:
space:
mode:
authorArlo Siemsen <arsiem@microsoft.com>2023-04-21 10:45:06 -0500
committerArlo Siemsen <arsiem@microsoft.com>2023-04-21 10:45:06 -0500
commit57316559e4d6161ee1ac66d1c8db68562bdd0eaa (patch)
treea2a687d88df077beb5e888b93750fe757af33fbc /compiler/rustc_llvm/llvm-wrapper/Linker.cpp
parent409661936f929b254ffc8adb644cf35d1f9765c4 (diff)
downloadrust-57316559e4d6161ee1ac66d1c8db68562bdd0eaa.tar.gz
rust-57316559e4d6161ee1ac66d1c8db68562bdd0eaa.zip
Fix no_global_oom_handling build
`provide_sorted_batch` in core is incorrectly marked with
`#[cfg(not(no_global_oom_handling))]` which prevents core
from building with the cfg enabled.

Nothing in core allocates memory including this function, so
the `cfg` gate is incorrect.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/Linker.cpp')
0 files changed, 0 insertions, 0 deletions