Searched refs:rustc (Results 1 – 8 of 8) sorted by relevance
/build/soong/rust/ |
D | rust_test.go | 187 rustc := ctx.ModuleForTests("librlib", "linux_glibc_x86_64_rlib_rlib-std").Rule("rustc") 206 if !strings.Contains(rustc.Args["rustcFlags"], "-lstatic=wholestatic") { 207 …t.Errorf("-lstatic flag not being passed to rustc for static library %#v", rustc.Args["rustcFlags"… 210 if !strings.Contains(rustc.Args["linkFlags"], "cc_stubs_dep.so") { 211 t.Errorf("shared cc_library not being passed to rustc linkFlags %#v", rustc.Args["linkFlags"]) 214 if !android.SuffixInList(rustc.OrderOnly.Strings(), "cc_stubs_dep.so") { 215 t.Errorf("shared cc dep not being passed as order-only to rustc %#v", rustc.OrderOnly.Strings()) 218 if !android.SuffixInList(rustc.Implicits.Strings(), "cc_stubs_dep.so.toc") { 219 t.Errorf("shared cc dep TOC not being passed as implicit to rustc %#v", rustc.Implicits.Strings()) 356 rustc := ctx.ModuleForTests("libpm", "linux_glibc_x86_64").Rule("rustc") [all …]
|
D | builder.go | 30 rustc = pctx.AndroidStaticRule("rustc", var 470 Rule: rustc,
|
/build/bazel/toolchains/rust/ |
D | BUILD.bazel | 66 rustc = rust_prebuilts_path + ":bin/rustc", 91 # We set --sysroot to /dev/null so that rustc does not error due 99 …# See https://doc.rust-lang.org/rustc/command-line-arguments.html#--sysroot-override-the-system-ro… 105 rustc = rust_prebuilts_path + ":bin/rustc",
|
D | flags.bzl | 24 …com/bazelbuild/rules_rust/blob/aa4b3a862a8200c9422b7f7e050b12c7ef2c2a61/rust/private/rustc.bzl#L959 28 # TODO: b/301466790 - Set linting flags to rustc before checking in BUILD files
|
/build/bazel/examples/rust/ |
D | BUILD.bazel | 6 …# TODO: When building binary for android target, rustc adds `"-ldl" "-llog" "-lgcc" "-ldl" "-lc" "…
|
/build/bazel/toolchains/rust/bootstrap/ |
D | BUILD.bazel | 44 rustc = rust_prebuilts_path + ":bin/rustc",
|
D | defs.bzl | 123 https://rustc-dev-guide.rust-lang.org/building/bootstrapping.html#what-is-a-sysroot
|
/build/bazel/ci/ |
D | target_lists.sh | 13 //external/rust/crates/rustc-demangle-capi:librustc_demangle_static
|