Home
last modified time | relevance | path

Searched refs:rustc (Results 1 – 8 of 8) sorted by relevance

/build/soong/rust/
Drust_test.go187 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 …]
Dbuilder.go30 rustc = pctx.AndroidStaticRule("rustc", var
470 Rule: rustc,
/build/bazel/toolchains/rust/
DBUILD.bazel66 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",
Dflags.bzl24 …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/
DBUILD.bazel6 …# TODO: When building binary for android target, rustc adds `"-ldl" "-llog" "-lgcc" "-ldl" "-lc" "…
/build/bazel/toolchains/rust/bootstrap/
DBUILD.bazel44 rustc = rust_prebuilts_path + ":bin/rustc",
Ddefs.bzl123 https://rustc-dev-guide.rust-lang.org/building/bootstrapping.html#what-is-a-sysroot
/build/bazel/ci/
Dtarget_lists.sh13 //external/rust/crates/rustc-demangle-capi:librustc_demangle_static