platform_build_soong/rust/config
Chris Wailes 7c1b29c9a4 Set incremental or codegen-units, not both
This CL changes the handling of Rust flags to only pass one of either
incremental or codegen-units.  This is necessary because incremental
implies a codegen-units value of 128 and it may be overridden by the
separate codegen-units argument.

Test: TH
Change-Id: Ia474e4f9fc071d5054cb479ec9de550fa886677e
2023-10-12 10:56:34 -07:00
..
Android.bp Add riscv64-linux-android support 2022-10-03 08:43:13 -07:00
arm64_device.go Export device arm64 rust flags to Bazel 2023-10-04 18:26:13 -04:00
arm64_linux_host.go LinuxBionic supports arm64 2020-09-09 21:57:10 +09:00
arm_device.go Add Rust fuzzing support. 2021-01-25 11:11:10 -05:00
arm_linux_host.go Add rust musl arm and arm64 toolchains 2022-06-28 15:16:15 -07:00
darwin_host.go Add Darwin+Arm64 toolchain support 2021-11-01 15:07:37 -07:00
global.go Set incremental or codegen-units, not both 2023-10-12 10:56:34 -07:00
lints.go Require safety comments for unsafe blocks. 2023-07-06 17:30:47 +01:00
OWNERS Refactor OWNERS files in platform/build/soong. 2020-10-08 16:14:32 -07:00
riscv64_device.go Enable target features for riscv64 Rust builds 2023-09-13 16:39:17 -07:00
toolchain.go Use single module for clang runtime libraries 2022-03-07 14:56:32 -08:00
x86_64_device.go rust: Emit frame pointers on 64-bit device targets. 2023-09-12 13:28:37 -04:00
x86_device.go Add arch variants for Intel Atom CPUs 2022-11-16 17:26:53 +09:00
x86_linux_bionic_host.go Pass -C panic=abort to rustc linux bionic compilations 2023-02-07 09:55:25 -08:00
x86_linux_host.go Switch to libunwind to remove dependency on libgcc for musl 2022-03-29 13:35:17 -07:00