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.
2 parents d03a7c9 + effe8b5 commit 88cc005Copy full SHA for 88cc005
1 file changed
compiler/rustc_target/src/spec/base/bpf.rs
@@ -18,7 +18,6 @@ pub(crate) fn opts(endian: Endian) -> TargetOptions {
18
// BPF_PROG_LOAD and not all BPF libraries do that yet
19
merge_functions: MergeFunctions::Disabled,
20
obj_is_bitcode: true,
21
- requires_lto: false,
22
singlethread: true,
23
// When targeting the `v3` cpu in llvm, 32-bit atomics are also supported.
24
// But making this value change based on the target cpu can be mostly confusing
0 commit comments