Lines Matching +full:rust +full:- +full:embedded
2 # Use of this source code is governed by a BSD-style license that can be
6 import("//build/config/rust.gni")
15 ldflags += [ "-fprofile-instr-generate" ]
19 "-fprofile-instr-generate",
20 "-fcoverage-mapping",
23 # coverage mapping data embedded in the test binaries, and the reduction
26 "-mllvm",
27 "-limited-coverage-experimental=true",
30 # Rust coverage is gated on using the Chromium-built Rust toolchain as it
35 rustflags = [ "-Cinstrument-coverage" ]
40 cflags += [ "-fno-use-cxa-atexit" ]