about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-01-09 00:29:06 +0900
committerGitHub <noreply@github.com>2020-01-09 00:29:06 +0900
commit9f8f97b88ba64e247c222b05498bf389e74a6103 (patch)
treec6c232749d39ffef2a19cde7a3359d6abee984d7 /src/rustllvm/RustWrapper.cpp
parented6468da160bd67a2ce0573427f09a98daff8c07 (diff)
parentf5baa03af0da7aa565190ae563291cd268998c83 (diff)
downloadrust-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/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions