rust/library/unwind
bjorn3 53852ee4eb Move most of unwind's build script to lib.rs
Only the android libunwind detection remains in the build script

* Reduces dependence on build scripts for building the standard library
* Reduces dependence on exact target names in favor of using semantic
  cfg(target_*) usage.
* Keeps almost all code related to linking of the unwinder in one file
2022-11-14 14:24:12 +00:00
..
src Move most of unwind's build script to lib.rs 2022-11-14 14:24:12 +00:00
Cargo.toml Rollup merge of #103744 - palfrey:unwind-upgrade-cc, r=Mark-Simulacrum 2022-11-13 21:49:24 -05:00
build.rs Move most of unwind's build script to lib.rs 2022-11-14 14:24:12 +00:00