You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/bin/ld: __sancov_guards has both ordered [`__sancov_guards' in /home/me/rust-plist/fuzz/target/x86_64-unknown-linux-gnu/release/deps/binary_reader-f85fd5bec5488622.binary_reader.7pvxwz2b-cgu.1.rcgu.o] and unordered [`__sancov_guards' in /home/me/rust-plist/fuzz/target/x86_64-unknown-linux-gnu/release/deps/binary_reader-f85fd5bec5488622.binary_reader.7pvxwz2b-cgu.10.rcgu.o] sections
/usr/bin/ld: final link failed: Bad value
This can be worked around by forcing a single codegen unit i.e.
RUSTFLAGS='-C codegen-units=1' cargo +nightly fuzz run -O TARGET
Running
cargo fuzz run -O TARGET
results inThis can be worked around by forcing a single codegen unit i.e.
RUSTFLAGS='-C codegen-units=1' cargo +nightly fuzz run -O TARGET
so it is presumably related to thinlto.
Running:
Ubuntu 16.04 x86_64
rustc 1.31.0-nightly (b2d6ea98b 2018-10-07)
cargo-fuzz 0.5.2
The text was updated successfully, but these errors were encountered: