Files
build_soong/rust
A. Cody Schuffelen f29ca58e88 Darwin/Mac OS host rust compilation fixes
- Don't pass `--as-needed` to the linker on Mac OS which is unsupported
  there
- Use `--force_load` rather than `--Wl,--whole-archive` on Mac OS
- Scan `rustc`'s linker arguments for `-dylib` and `-dynamiclib`, which
  it can use instead of `-shared` on Mac OS:
  7bd81ee190/compiler/rustc_codegen_ssa/src/back/linker.rs (L319)

Test: m libhalf serde_derive
Bug: 291164566
Change-Id: Iecd6c2532fa31c9476834f49b109de98cbd2dccf
2023-08-03 16:26:44 -07:00
..
2023-03-31 17:55:16 -04:00
2023-03-31 17:55:16 -04:00
2020-08-13 15:58:09 +02:00
2023-05-19 20:31:32 +00:00
2022-07-28 06:57:26 -07:00
2023-04-24 11:33:50 +02:00
2023-04-24 11:33:50 +02:00
2020-11-19 20:02:34 +01:00
2023-05-19 20:31:32 +00:00