diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-01-09 00:29:06 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-09 00:29:06 +0900 |
| commit | 9f8f97b88ba64e247c222b05498bf389e74a6103 (patch) | |
| tree | c6c232749d39ffef2a19cde7a3359d6abee984d7 /src/test/debuginfo/enum-thinlto.rs | |
| parent | ed6468da160bd67a2ce0573427f09a98daff8c07 (diff) | |
| parent | f5baa03af0da7aa565190ae563291cd268998c83 (diff) | |
| download | rust-9f8f97b88ba64e247c222b05498bf389e74a6103.tar.gz rust-9f8f97b88ba64e247c222b05498bf389e74a6103.zip | |
Rollup merge of #67774 - oxalica:more-statx, r=alexcrichton
Try statx for all linux-gnu target. After https://github.com/rust-lang/libc/pull/1577, which is contained in `libc` 0.2.66, provides `SYS_statx` for all Linux platform, so we can try to use `statx` for ~all Linux target~ all linux-gnu targets. Unfortunately, `struct statx` and `fn statx` is not a part of public interface of musl (currently), ~we still need to invoke it through `syscall`~ we does **not** support statx for musl or other libc impls currently. Previous PR: #65094 cc @alexcrichton
Diffstat (limited to 'src/test/debuginfo/enum-thinlto.rs')
0 files changed, 0 insertions, 0 deletions
