Merge branch 'master' into epel7
This commit is contained in:
commit
f178e9ef68
8
.gitignore
vendored
8
.gitignore
vendored
@ -108,3 +108,11 @@
|
||||
/rust-1.23.0-s390x-unknown-linux-gnu.tar.xz
|
||||
/rust-1.23.0-x86_64-unknown-linux-gnu.tar.xz
|
||||
/rustc-1.24.1-src.tar.xz
|
||||
/rustc-1.25.0-src.tar.xz
|
||||
/rust-1.24.0-aarch64-unknown-linux-gnu.tar.xz
|
||||
/rust-1.24.0-armv7-unknown-linux-gnueabihf.tar.xz
|
||||
/rust-1.24.0-i686-unknown-linux-gnu.tar.xz
|
||||
/rust-1.24.0-powerpc64le-unknown-linux-gnu.tar.xz
|
||||
/rust-1.24.0-powerpc64-unknown-linux-gnu.tar.xz
|
||||
/rust-1.24.0-s390x-unknown-linux-gnu.tar.xz
|
||||
/rust-1.24.0-x86_64-unknown-linux-gnu.tar.xz
|
||||
|
27
0001-Allow-installing-rustfmt-without-config.extended.patch
Normal file
27
0001-Allow-installing-rustfmt-without-config.extended.patch
Normal file
@ -0,0 +1,27 @@
|
||||
From 86f7d8939d19d42e21d4e794e648f0aef14eeec9 Mon Sep 17 00:00:00 2001
|
||||
From: Josh Stone <jistone@redhat.com>
|
||||
Date: Thu, 22 Mar 2018 18:31:32 -0700
|
||||
Subject: [PATCH] Allow installing rustfmt without config.extended
|
||||
|
||||
This assertion was preventing `./x.py install rustfmt` if attempted
|
||||
without an "extended" build configuration, but it actually builds and
|
||||
installs just fine.
|
||||
---
|
||||
src/bootstrap/dist.rs | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs
|
||||
index eca06eac7f30..142296b20958 100644
|
||||
--- a/src/bootstrap/dist.rs
|
||||
+++ b/src/bootstrap/dist.rs
|
||||
@@ -1186,7 +1186,6 @@ impl Step for Rustfmt {
|
||||
let build = builder.build;
|
||||
let stage = self.stage;
|
||||
let target = self.target;
|
||||
- assert!(build.config.extended);
|
||||
|
||||
println!("Dist Rustfmt stage{} ({})", stage, target);
|
||||
let src = build.src.join("src/tools/rustfmt");
|
||||
--
|
||||
2.14.3
|
||||
|
@ -1,67 +0,0 @@
|
||||
From 8a1f3d066d9c6f97a55958f8d638ae98957e8962 Mon Sep 17 00:00:00 2001
|
||||
From: Josh Stone <jistone@redhat.com>
|
||||
Date: Tue, 30 Jan 2018 16:47:30 -0800
|
||||
Subject: [PATCH 1/2] Enable stack-probe tests with system LLVM >= 5.0
|
||||
|
||||
---
|
||||
src/test/codegen/stack-probes.rs | 2 +-
|
||||
src/test/run-pass/stack-probes-lto.rs | 2 +-
|
||||
src/test/run-pass/stack-probes.rs | 2 +-
|
||||
src/tools/compiletest/src/header.rs | 2 +-
|
||||
4 files changed, 4 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/src/test/codegen/stack-probes.rs b/src/test/codegen/stack-probes.rs
|
||||
index 5b26dade9aff..4a489f1edb3b 100644
|
||||
--- a/src/test/codegen/stack-probes.rs
|
||||
+++ b/src/test/codegen/stack-probes.rs
|
||||
@@ -15,7 +15,7 @@
|
||||
// ignore-wasm
|
||||
// ignore-emscripten
|
||||
// ignore-windows
|
||||
-// no-system-llvm
|
||||
+// min-system-llvm-version 5.0
|
||||
// compile-flags: -C no-prepopulate-passes
|
||||
|
||||
#![crate_type = "lib"]
|
||||
diff --git a/src/test/run-pass/stack-probes-lto.rs b/src/test/run-pass/stack-probes-lto.rs
|
||||
index 78a1019578e3..33d4c63582e8 100644
|
||||
--- a/src/test/run-pass/stack-probes-lto.rs
|
||||
+++ b/src/test/run-pass/stack-probes-lto.rs
|
||||
@@ -14,7 +14,7 @@
|
||||
// ignore-emscripten no processes
|
||||
// ignore-musl FIXME #31506
|
||||
// ignore-pretty
|
||||
-// no-system-llvm
|
||||
+// min-system-llvm-version 5.0
|
||||
// compile-flags: -C lto
|
||||
// no-prefer-dynamic
|
||||
|
||||
diff --git a/src/test/run-pass/stack-probes.rs b/src/test/run-pass/stack-probes.rs
|
||||
index bb9471e1b48b..6fbb85dda15a 100644
|
||||
--- a/src/test/run-pass/stack-probes.rs
|
||||
+++ b/src/test/run-pass/stack-probes.rs
|
||||
@@ -13,7 +13,7 @@
|
||||
// ignore-wasm
|
||||
// ignore-emscripten no processes
|
||||
// ignore-musl FIXME #31506
|
||||
-// no-system-llvm
|
||||
+// min-system-llvm-version 5.0
|
||||
|
||||
use std::mem;
|
||||
use std::process::Command;
|
||||
diff --git a/src/tools/compiletest/src/header.rs b/src/tools/compiletest/src/header.rs
|
||||
index 1f736e33c8b2..6908f3b5cf28 100644
|
||||
--- a/src/tools/compiletest/src/header.rs
|
||||
+++ b/src/tools/compiletest/src/header.rs
|
||||
@@ -163,7 +163,7 @@ impl EarlyProps {
|
||||
.expect("Malformed llvm version directive");
|
||||
// Ignore if using system LLVM and actual version
|
||||
// is smaller the minimum required version
|
||||
- !(config.system_llvm && &actual_version[..] < min_version)
|
||||
+ config.system_llvm && &actual_version[..] < min_version
|
||||
} else {
|
||||
false
|
||||
}
|
||||
--
|
||||
2.14.3
|
||||
|
@ -1,57 +0,0 @@
|
||||
From 327c3d06258576cc9d9f2e5c0861abc72ebd10ef Mon Sep 17 00:00:00 2001
|
||||
From: Josh Stone <jistone@redhat.com>
|
||||
Date: Fri, 2 Feb 2018 16:23:04 -0800
|
||||
Subject: [PATCH] Fix -Wcatch-value from GCC 8
|
||||
|
||||
These instances may simply be caught by reference instead.
|
||||
---
|
||||
src/tools/asm2wasm.cpp | 2 +-
|
||||
src/tools/s2wasm.cpp | 2 +-
|
||||
src/wasm/wasm-s-parser.cpp | 4 ++--
|
||||
3 files changed, 4 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/src/tools/asm2wasm.cpp b/src/tools/asm2wasm.cpp
|
||||
index 75a2c4d15e2e..6d14067d240f 100644
|
||||
--- a/src/tools/asm2wasm.cpp
|
||||
+++ b/src/tools/asm2wasm.cpp
|
||||
@@ -87,7 +87,7 @@ int main(int argc, const char *argv[]) {
|
||||
[&trapMode](Options *o, const std::string &argument) {
|
||||
try {
|
||||
trapMode = trapModeFromString(argument);
|
||||
- } catch (std::invalid_argument e) {
|
||||
+ } catch (std::invalid_argument &e) {
|
||||
std::cerr << "Error: " << e.what() << "\n";
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
diff --git a/src/tools/s2wasm.cpp b/src/tools/s2wasm.cpp
|
||||
index 32af57dba5bf..c5e1d52b8d96 100644
|
||||
--- a/src/tools/s2wasm.cpp
|
||||
+++ b/src/tools/s2wasm.cpp
|
||||
@@ -92,7 +92,7 @@ int main(int argc, const char *argv[]) {
|
||||
[&trapMode](Options *o, const std::string &argument) {
|
||||
try {
|
||||
trapMode = trapModeFromString(argument);
|
||||
- } catch (std::invalid_argument e) {
|
||||
+ } catch (std::invalid_argument &e) {
|
||||
std::cerr << "Error: " << e.what() << "\n";
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
diff --git a/src/wasm/wasm-s-parser.cpp b/src/wasm/wasm-s-parser.cpp
|
||||
index 0de3edf3f6b4..78a150f8146c 100644
|
||||
--- a/src/wasm/wasm-s-parser.cpp
|
||||
+++ b/src/wasm/wasm-s-parser.cpp
|
||||
@@ -1408,9 +1408,9 @@ Name SExpressionWasmBuilder::getLabel(Element& s) {
|
||||
uint64_t offset;
|
||||
try {
|
||||
offset = std::stoll(s.c_str(), nullptr, 0);
|
||||
- } catch (std::invalid_argument) {
|
||||
+ } catch (std::invalid_argument&) {
|
||||
throw ParseException("invalid break offset");
|
||||
- } catch (std::out_of_range) {
|
||||
+ } catch (std::out_of_range&) {
|
||||
throw ParseException("out of range break offset");
|
||||
}
|
||||
if (offset > nameMapper.labelStack.size()) throw ParseException("invalid label", s.line, s.col);
|
||||
--
|
||||
2.14.3
|
||||
|
@ -1,27 +0,0 @@
|
||||
From ebca82f1fc8103830727bda970468ca8eae55d82 Mon Sep 17 00:00:00 2001
|
||||
From: Josh Stone <jistone@redhat.com>
|
||||
Date: Tue, 30 Jan 2018 10:18:54 -0800
|
||||
Subject: [PATCH] Ignore run-pass/sse2 when using system LLVM
|
||||
|
||||
This is a test of `target_feature`, which needs a rust-specific patch to
|
||||
LLVM to add `MCSubtargetInfo::getFeatureTable()`.
|
||||
---
|
||||
src/test/run-pass/sse2.rs | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/test/run-pass/sse2.rs b/src/test/run-pass/sse2.rs
|
||||
index c27f83011cb1..858a53cb3836 100644
|
||||
--- a/src/test/run-pass/sse2.rs
|
||||
+++ b/src/test/run-pass/sse2.rs
|
||||
@@ -7,7 +7,7 @@
|
||||
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
-// min-llvm-version 4.0
|
||||
+// no-system-llvm -- needs MCSubtargetInfo::getFeatureTable()
|
||||
|
||||
#![feature(cfg_target_feature)]
|
||||
|
||||
--
|
||||
2.14.3
|
||||
|
54
0001-Ignore-stack-probes-tests-on-powerpc-s390x-too.patch
Normal file
54
0001-Ignore-stack-probes-tests-on-powerpc-s390x-too.patch
Normal file
@ -0,0 +1,54 @@
|
||||
From b404ec4b4880db7f6aea23ebf778869dfd6ecf99 Mon Sep 17 00:00:00 2001
|
||||
From: Josh Stone <jistone@redhat.com>
|
||||
Date: Thu, 29 Mar 2018 10:25:32 -0700
|
||||
Subject: [PATCH] Ignore stack-probes tests on powerpc/s390x too
|
||||
|
||||
We only support stack probes on x86 and x86_64.
|
||||
Other arches are already ignored.
|
||||
---
|
||||
src/test/codegen/stack-probes.rs | 1 +
|
||||
src/test/run-pass/stack-probes-lto.rs | 2 ++
|
||||
src/test/run-pass/stack-probes.rs | 2 ++
|
||||
3 files changed, 5 insertions(+)
|
||||
|
||||
diff --git a/src/test/codegen/stack-probes.rs b/src/test/codegen/stack-probes.rs
|
||||
index af400ff3bcbd..51ebc42a0dd6 100644
|
||||
--- a/src/test/codegen/stack-probes.rs
|
||||
+++ b/src/test/codegen/stack-probes.rs
|
||||
@@ -11,6 +11,7 @@
|
||||
// ignore-arm
|
||||
// ignore-aarch64
|
||||
// ignore-powerpc
|
||||
+// ignore-s390x
|
||||
// ignore-aarch64
|
||||
// ignore-wasm
|
||||
// ignore-emscripten
|
||||
diff --git a/src/test/run-pass/stack-probes-lto.rs b/src/test/run-pass/stack-probes-lto.rs
|
||||
index e7fa3bc0a75c..d1cb75909c15 100644
|
||||
--- a/src/test/run-pass/stack-probes-lto.rs
|
||||
+++ b/src/test/run-pass/stack-probes-lto.rs
|
||||
@@ -10,6 +10,8 @@
|
||||
|
||||
// ignore-arm
|
||||
// ignore-aarch64
|
||||
+// ignore-powerpc
|
||||
+// ignore-s390x
|
||||
// ignore-wasm
|
||||
// ignore-cloudabi no processes
|
||||
// ignore-emscripten no processes
|
||||
diff --git a/src/test/run-pass/stack-probes.rs b/src/test/run-pass/stack-probes.rs
|
||||
index 67b3962ee5fb..78c5782be383 100644
|
||||
--- a/src/test/run-pass/stack-probes.rs
|
||||
+++ b/src/test/run-pass/stack-probes.rs
|
||||
@@ -10,6 +10,8 @@
|
||||
|
||||
// ignore-arm
|
||||
// ignore-aarch64
|
||||
+// ignore-powerpc
|
||||
+// ignore-s390x
|
||||
// ignore-wasm
|
||||
// ignore-cloudabi no processes
|
||||
// ignore-emscripten no processes
|
||||
--
|
||||
2.14.3
|
||||
|
@ -1,53 +0,0 @@
|
||||
From 7eb7d45c0b0a9dc0454c5f3a3c5e911c7900bbea Mon Sep 17 00:00:00 2001
|
||||
From: Josh Stone <jistone@redhat.com>
|
||||
Date: Tue, 23 Jan 2018 13:53:01 -0800
|
||||
Subject: [PATCH] Let LLVM 5 add DW_OP_deref to indirect args itself
|
||||
|
||||
We needed to manually added the `DW_OP_deref` ourselves in earlier LLVM,
|
||||
but starting with [D31439] in LLVM 5, it appears that LLVM will always
|
||||
handle this itself. When we were still adding this manually, the
|
||||
resulting `.debug_loc` had too many derefs, and this failed test
|
||||
`debuginfo/by-value-self-argument-in-trait-impl.rs`.
|
||||
|
||||
[D31439]: https://reviews.llvm.org/D31439
|
||||
|
||||
Fixes #47611.
|
||||
cc @alexcrichton
|
||||
r? @michaelwoerister
|
||||
---
|
||||
src/librustc_trans/mir/mod.rs | 16 +++++++++-------
|
||||
1 file changed, 9 insertions(+), 7 deletions(-)
|
||||
|
||||
diff --git a/src/librustc_trans/mir/mod.rs b/src/librustc_trans/mir/mod.rs
|
||||
index b367eb6548d0..da01592d9118 100644
|
||||
--- a/src/librustc_trans/mir/mod.rs
|
||||
+++ b/src/librustc_trans/mir/mod.rs
|
||||
@@ -487,16 +487,18 @@ fn arg_local_refs<'a, 'tcx>(bx: &Builder<'a, 'tcx>,
|
||||
// The Rust ABI passes indirect variables using a pointer and a manual copy, so we
|
||||
// need to insert a deref here, but the C ABI uses a pointer and a copy using the
|
||||
// byval attribute, for which LLVM does the deref itself, so we must not add it.
|
||||
+ // Starting with D31439 in LLVM 5, it *always* does the deref itself.
|
||||
let mut variable_access = VariableAccess::DirectVariable {
|
||||
alloca: place.llval
|
||||
};
|
||||
-
|
||||
- if let PassMode::Indirect(ref attrs) = arg.mode {
|
||||
- if !attrs.contains(ArgAttribute::ByVal) {
|
||||
- variable_access = VariableAccess::IndirectVariable {
|
||||
- alloca: place.llval,
|
||||
- address_operations: &deref_op,
|
||||
- };
|
||||
+ if unsafe { llvm::LLVMRustVersionMajor() < 5 } {
|
||||
+ if let PassMode::Indirect(ref attrs) = arg.mode {
|
||||
+ if !attrs.contains(ArgAttribute::ByVal) {
|
||||
+ variable_access = VariableAccess::IndirectVariable {
|
||||
+ alloca: place.llval,
|
||||
+ address_operations: &deref_op,
|
||||
+ };
|
||||
+ }
|
||||
}
|
||||
}
|
||||
|
||||
--
|
||||
2.14.3
|
||||
|
@ -1,67 +0,0 @@
|
||||
From e2f6b280ea13e48bff86254549988e61eee37139 Mon Sep 17 00:00:00 2001
|
||||
From: Josh Stone <jistone@redhat.com>
|
||||
Date: Fri, 19 Jan 2018 21:43:53 -0800
|
||||
Subject: [PATCH] Update DW_OP_plus to DW_OP_plus_uconst
|
||||
|
||||
LLVM <= 4.0 used a non-standard interpretation of `DW_OP_plus`. In the
|
||||
DWARF standard, this adds two items on the expressions stack. LLVM's
|
||||
behavior was more like DWARF's `DW_OP_plus_uconst` -- adding a constant
|
||||
that follows the op. The patch series starting with [D33892] switched
|
||||
to the standard DWARF interpretation, so we need to follow.
|
||||
|
||||
[D33892]: https://reviews.llvm.org/D33892
|
||||
---
|
||||
src/librustc_llvm/ffi.rs | 2 +-
|
||||
src/librustc_trans/mir/mod.rs | 2 +-
|
||||
src/rustllvm/RustWrapper.cpp | 9 ++++++++-
|
||||
3 files changed, 10 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/src/librustc_llvm/ffi.rs b/src/librustc_llvm/ffi.rs
|
||||
index b97e37f4c8fb..f51e51a88b10 100644
|
||||
--- a/src/librustc_llvm/ffi.rs
|
||||
+++ b/src/librustc_llvm/ffi.rs
|
||||
@@ -1546,7 +1546,7 @@ extern "C" {
|
||||
InlinedAt: MetadataRef)
|
||||
-> ValueRef;
|
||||
pub fn LLVMRustDIBuilderCreateOpDeref() -> i64;
|
||||
- pub fn LLVMRustDIBuilderCreateOpPlus() -> i64;
|
||||
+ pub fn LLVMRustDIBuilderCreateOpPlusUconst() -> i64;
|
||||
|
||||
pub fn LLVMRustWriteTypeToString(Type: TypeRef, s: RustStringRef);
|
||||
pub fn LLVMRustWriteValueToString(value_ref: ValueRef, s: RustStringRef);
|
||||
diff --git a/src/librustc_trans/mir/mod.rs b/src/librustc_trans/mir/mod.rs
|
||||
index 3064e2f7c7af..b367eb6548d0 100644
|
||||
--- a/src/librustc_trans/mir/mod.rs
|
||||
+++ b/src/librustc_trans/mir/mod.rs
|
||||
@@ -547,7 +547,7 @@ fn arg_local_refs<'a, 'tcx>(bx: &Builder<'a, 'tcx>,
|
||||
|
||||
let ops = unsafe {
|
||||
[llvm::LLVMRustDIBuilderCreateOpDeref(),
|
||||
- llvm::LLVMRustDIBuilderCreateOpPlus(),
|
||||
+ llvm::LLVMRustDIBuilderCreateOpPlusUconst(),
|
||||
byte_offset_of_var_in_env as i64,
|
||||
llvm::LLVMRustDIBuilderCreateOpDeref()]
|
||||
};
|
||||
diff --git a/src/rustllvm/RustWrapper.cpp b/src/rustllvm/RustWrapper.cpp
|
||||
index 95130d596e16..0fe533d447bc 100644
|
||||
--- a/src/rustllvm/RustWrapper.cpp
|
||||
+++ b/src/rustllvm/RustWrapper.cpp
|
||||
@@ -866,7 +866,14 @@ extern "C" int64_t LLVMRustDIBuilderCreateOpDeref() {
|
||||
return dwarf::DW_OP_deref;
|
||||
}
|
||||
|
||||
-extern "C" int64_t LLVMRustDIBuilderCreateOpPlus() { return dwarf::DW_OP_plus; }
|
||||
+extern "C" int64_t LLVMRustDIBuilderCreateOpPlusUconst() {
|
||||
+#if LLVM_VERSION_GE(5, 0)
|
||||
+ return dwarf::DW_OP_plus_uconst;
|
||||
+#else
|
||||
+ // older LLVM used `plus` to behave like `plus_uconst`.
|
||||
+ return dwarf::DW_OP_plus;
|
||||
+#endif
|
||||
+}
|
||||
|
||||
extern "C" void LLVMRustWriteTypeToString(LLVMTypeRef Ty, RustStringRef Str) {
|
||||
RawRustStringOstream OS(Str);
|
||||
--
|
||||
2.14.3
|
||||
|
@ -1,341 +0,0 @@
|
||||
From 36fcfd117373283de7c052cf361a705d611d47fa Mon Sep 17 00:00:00 2001
|
||||
From: Josh Stone <jistone@redhat.com>
|
||||
Date: Wed, 31 Jan 2018 11:41:29 -0800
|
||||
Subject: [PATCH 2/2] Use a range to identify SIGSEGV in stack guards
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Previously, the `guard::init()` and `guard::current()` functions were
|
||||
returning a `usize` address representing the top of the stack guard,
|
||||
respectively for the main thread and for spawned threads. The `SIGSEGV`
|
||||
handler on `unix` targets checked if a fault was within one page below
|
||||
that address, if so reporting it as a stack overflow.
|
||||
|
||||
Now `unix` targets report a `Range<usize>` representing the guard
|
||||
memory, so it can cover arbitrary guard sizes. Non-`unix` targets which
|
||||
always return `None` for guards now do so with `Option<!>`, so they
|
||||
don't pay any overhead.
|
||||
|
||||
For `linux-gnu` in particular, the previous guard upper-bound was
|
||||
`stackaddr + guardsize`, as the protected memory was *inside* the stack.
|
||||
This was a glibc bug, and starting from 2.27 they are moving the guard
|
||||
*past* the end of the stack. However, there's no simple way for us to
|
||||
know where the guard page actually lies, so now we declare it as the
|
||||
whole range of `stackaddr ± guardsize`, and any fault therein will be
|
||||
called a stack overflow. This fixes #47863.
|
||||
---
|
||||
src/libstd/sys/redox/thread.rs | 5 +-
|
||||
src/libstd/sys/unix/stack_overflow.rs | 9 +--
|
||||
src/libstd/sys/unix/thread.rs | 115 +++++++++++++++++++++-------------
|
||||
src/libstd/sys/wasm/thread.rs | 5 +-
|
||||
src/libstd/sys/windows/thread.rs | 5 +-
|
||||
src/libstd/sys_common/thread_info.rs | 9 +--
|
||||
6 files changed, 86 insertions(+), 62 deletions(-)
|
||||
|
||||
diff --git a/src/libstd/sys/redox/thread.rs b/src/libstd/sys/redox/thread.rs
|
||||
index c4aad8d86f8b..c4719a94c7e9 100644
|
||||
--- a/src/libstd/sys/redox/thread.rs
|
||||
+++ b/src/libstd/sys/redox/thread.rs
|
||||
@@ -88,6 +88,7 @@ impl Thread {
|
||||
}
|
||||
|
||||
pub mod guard {
|
||||
- pub unsafe fn current() -> Option<usize> { None }
|
||||
- pub unsafe fn init() -> Option<usize> { None }
|
||||
+ pub type Guard = !;
|
||||
+ pub unsafe fn current() -> Option<Guard> { None }
|
||||
+ pub unsafe fn init() -> Option<Guard> { None }
|
||||
}
|
||||
diff --git a/src/libstd/sys/unix/stack_overflow.rs b/src/libstd/sys/unix/stack_overflow.rs
|
||||
index 51adbc24ae04..40453f9b8a15 100644
|
||||
--- a/src/libstd/sys/unix/stack_overflow.rs
|
||||
+++ b/src/libstd/sys/unix/stack_overflow.rs
|
||||
@@ -57,9 +57,6 @@ mod imp {
|
||||
use sys_common::thread_info;
|
||||
|
||||
|
||||
- // This is initialized in init() and only read from after
|
||||
- static mut PAGE_SIZE: usize = 0;
|
||||
-
|
||||
#[cfg(any(target_os = "linux", target_os = "android"))]
|
||||
unsafe fn siginfo_si_addr(info: *mut libc::siginfo_t) -> usize {
|
||||
#[repr(C)]
|
||||
@@ -102,12 +99,12 @@ mod imp {
|
||||
_data: *mut libc::c_void) {
|
||||
use sys_common::util::report_overflow;
|
||||
|
||||
- let guard = thread_info::stack_guard().unwrap_or(0);
|
||||
+ let guard = thread_info::stack_guard().unwrap_or(0..0);
|
||||
let addr = siginfo_si_addr(info);
|
||||
|
||||
// If the faulting address is within the guard page, then we print a
|
||||
// message saying so and abort.
|
||||
- if guard != 0 && guard - PAGE_SIZE <= addr && addr < guard {
|
||||
+ if guard.start <= addr && addr < guard.end {
|
||||
report_overflow();
|
||||
rtabort!("stack overflow");
|
||||
} else {
|
||||
@@ -123,8 +120,6 @@ mod imp {
|
||||
static mut MAIN_ALTSTACK: *mut libc::c_void = ptr::null_mut();
|
||||
|
||||
pub unsafe fn init() {
|
||||
- PAGE_SIZE = ::sys::os::page_size();
|
||||
-
|
||||
let mut action: sigaction = mem::zeroed();
|
||||
action.sa_flags = SA_SIGINFO | SA_ONSTACK;
|
||||
action.sa_sigaction = signal_handler as sighandler_t;
|
||||
diff --git a/src/libstd/sys/unix/thread.rs b/src/libstd/sys/unix/thread.rs
|
||||
index cb249af42540..72cdb9440b8e 100644
|
||||
--- a/src/libstd/sys/unix/thread.rs
|
||||
+++ b/src/libstd/sys/unix/thread.rs
|
||||
@@ -205,8 +205,10 @@ impl Drop for Thread {
|
||||
not(target_os = "solaris")))]
|
||||
#[cfg_attr(test, allow(dead_code))]
|
||||
pub mod guard {
|
||||
- pub unsafe fn current() -> Option<usize> { None }
|
||||
- pub unsafe fn init() -> Option<usize> { None }
|
||||
+ use ops::Range;
|
||||
+ pub type Guard = Range<usize>;
|
||||
+ pub unsafe fn current() -> Option<Guard> { None }
|
||||
+ pub unsafe fn init() -> Option<Guard> { None }
|
||||
}
|
||||
|
||||
|
||||
@@ -222,14 +224,43 @@ pub mod guard {
|
||||
use libc;
|
||||
use libc::mmap;
|
||||
use libc::{PROT_NONE, MAP_PRIVATE, MAP_ANON, MAP_FAILED, MAP_FIXED};
|
||||
+ use ops::Range;
|
||||
use sys::os;
|
||||
|
||||
- #[cfg(any(target_os = "macos",
|
||||
- target_os = "bitrig",
|
||||
- target_os = "openbsd",
|
||||
- target_os = "solaris"))]
|
||||
+ // This is initialized in init() and only read from after
|
||||
+ static mut PAGE_SIZE: usize = 0;
|
||||
+
|
||||
+ pub type Guard = Range<usize>;
|
||||
+
|
||||
+ #[cfg(target_os = "solaris")]
|
||||
+ unsafe fn get_stack_start() -> Option<*mut libc::c_void> {
|
||||
+ let mut current_stack: libc::stack_t = ::mem::zeroed();
|
||||
+ assert_eq!(libc::stack_getbounds(&mut current_stack), 0);
|
||||
+ Some(current_stack.ss_sp)
|
||||
+ }
|
||||
+
|
||||
+ #[cfg(target_os = "macos")]
|
||||
unsafe fn get_stack_start() -> Option<*mut libc::c_void> {
|
||||
- current().map(|s| s as *mut libc::c_void)
|
||||
+ let stackaddr = libc::pthread_get_stackaddr_np(libc::pthread_self()) as usize -
|
||||
+ libc::pthread_get_stacksize_np(libc::pthread_self());
|
||||
+ Some(stackaddr as *mut libc::c_void)
|
||||
+ }
|
||||
+
|
||||
+ #[cfg(any(target_os = "openbsd", target_os = "bitrig"))]
|
||||
+ unsafe fn get_stack_start() -> Option<*mut libc::c_void> {
|
||||
+ let mut current_stack: libc::stack_t = ::mem::zeroed();
|
||||
+ assert_eq!(libc::pthread_stackseg_np(libc::pthread_self(),
|
||||
+ &mut current_stack), 0);
|
||||
+
|
||||
+ let extra = if cfg!(target_os = "bitrig") {3} else {1} * PAGE_SIZE;
|
||||
+ let stackaddr = if libc::pthread_main_np() == 1 {
|
||||
+ // main thread
|
||||
+ current_stack.ss_sp as usize - current_stack.ss_size + extra
|
||||
+ } else {
|
||||
+ // new thread
|
||||
+ current_stack.ss_sp as usize - current_stack.ss_size
|
||||
+ };
|
||||
+ Some(stackaddr as *mut libc::c_void)
|
||||
}
|
||||
|
||||
#[cfg(any(target_os = "android", target_os = "freebsd",
|
||||
@@ -253,8 +284,9 @@ pub mod guard {
|
||||
ret
|
||||
}
|
||||
|
||||
- pub unsafe fn init() -> Option<usize> {
|
||||
- let psize = os::page_size();
|
||||
+ pub unsafe fn init() -> Option<Guard> {
|
||||
+ PAGE_SIZE = os::page_size();
|
||||
+
|
||||
let mut stackaddr = get_stack_start()?;
|
||||
|
||||
// Ensure stackaddr is page aligned! A parent process might
|
||||
@@ -263,9 +295,9 @@ pub mod guard {
|
||||
// stackaddr < stackaddr + stacksize, so if stackaddr is not
|
||||
// page-aligned, calculate the fix such that stackaddr <
|
||||
// new_page_aligned_stackaddr < stackaddr + stacksize
|
||||
- let remainder = (stackaddr as usize) % psize;
|
||||
+ let remainder = (stackaddr as usize) % PAGE_SIZE;
|
||||
if remainder != 0 {
|
||||
- stackaddr = ((stackaddr as usize) + psize - remainder)
|
||||
+ stackaddr = ((stackaddr as usize) + PAGE_SIZE - remainder)
|
||||
as *mut libc::c_void;
|
||||
}
|
||||
|
||||
@@ -280,60 +312,42 @@ pub mod guard {
|
||||
// Instead, we'll just note where we expect rlimit to start
|
||||
// faulting, so our handler can report "stack overflow", and
|
||||
// trust that the kernel's own stack guard will work.
|
||||
- Some(stackaddr as usize)
|
||||
+ let stackaddr = stackaddr as usize;
|
||||
+ Some(stackaddr - PAGE_SIZE..stackaddr)
|
||||
} else {
|
||||
// Reallocate the last page of the stack.
|
||||
// This ensures SIGBUS will be raised on
|
||||
// stack overflow.
|
||||
- let result = mmap(stackaddr, psize, PROT_NONE,
|
||||
+ let result = mmap(stackaddr, PAGE_SIZE, PROT_NONE,
|
||||
MAP_PRIVATE | MAP_ANON | MAP_FIXED, -1, 0);
|
||||
|
||||
if result != stackaddr || result == MAP_FAILED {
|
||||
panic!("failed to allocate a guard page");
|
||||
}
|
||||
|
||||
+ let guardaddr = stackaddr as usize;
|
||||
let offset = if cfg!(target_os = "freebsd") {
|
||||
2
|
||||
} else {
|
||||
1
|
||||
};
|
||||
|
||||
- Some(stackaddr as usize + offset * psize)
|
||||
+ Some(guardaddr..guardaddr + offset * PAGE_SIZE)
|
||||
}
|
||||
}
|
||||
|
||||
- #[cfg(target_os = "solaris")]
|
||||
- pub unsafe fn current() -> Option<usize> {
|
||||
- let mut current_stack: libc::stack_t = ::mem::zeroed();
|
||||
- assert_eq!(libc::stack_getbounds(&mut current_stack), 0);
|
||||
- Some(current_stack.ss_sp as usize)
|
||||
- }
|
||||
-
|
||||
- #[cfg(target_os = "macos")]
|
||||
- pub unsafe fn current() -> Option<usize> {
|
||||
- Some((libc::pthread_get_stackaddr_np(libc::pthread_self()) as usize -
|
||||
- libc::pthread_get_stacksize_np(libc::pthread_self())))
|
||||
- }
|
||||
-
|
||||
- #[cfg(any(target_os = "openbsd", target_os = "bitrig"))]
|
||||
- pub unsafe fn current() -> Option<usize> {
|
||||
- let mut current_stack: libc::stack_t = ::mem::zeroed();
|
||||
- assert_eq!(libc::pthread_stackseg_np(libc::pthread_self(),
|
||||
- &mut current_stack), 0);
|
||||
-
|
||||
- let extra = if cfg!(target_os = "bitrig") {3} else {1} * os::page_size();
|
||||
- Some(if libc::pthread_main_np() == 1 {
|
||||
- // main thread
|
||||
- current_stack.ss_sp as usize - current_stack.ss_size + extra
|
||||
- } else {
|
||||
- // new thread
|
||||
- current_stack.ss_sp as usize - current_stack.ss_size
|
||||
- })
|
||||
+ #[cfg(any(target_os = "macos",
|
||||
+ target_os = "bitrig",
|
||||
+ target_os = "openbsd",
|
||||
+ target_os = "solaris"))]
|
||||
+ pub unsafe fn current() -> Option<Guard> {
|
||||
+ let stackaddr = get_stack_start()? as usize;
|
||||
+ Some(stackaddr - PAGE_SIZE..stackaddr)
|
||||
}
|
||||
|
||||
#[cfg(any(target_os = "android", target_os = "freebsd",
|
||||
target_os = "linux", target_os = "netbsd", target_os = "l4re"))]
|
||||
- pub unsafe fn current() -> Option<usize> {
|
||||
+ pub unsafe fn current() -> Option<Guard> {
|
||||
let mut ret = None;
|
||||
let mut attr: libc::pthread_attr_t = ::mem::zeroed();
|
||||
assert_eq!(libc::pthread_attr_init(&mut attr), 0);
|
||||
@@ -352,12 +366,23 @@ pub mod guard {
|
||||
assert_eq!(libc::pthread_attr_getstack(&attr, &mut stackaddr,
|
||||
&mut size), 0);
|
||||
|
||||
+ let stackaddr = stackaddr as usize;
|
||||
ret = if cfg!(target_os = "freebsd") {
|
||||
- Some(stackaddr as usize - guardsize)
|
||||
+ // FIXME does freebsd really fault *below* the guard addr?
|
||||
+ let guardaddr = stackaddr - guardsize;
|
||||
+ Some(guardaddr - PAGE_SIZE..guardaddr)
|
||||
} else if cfg!(target_os = "netbsd") {
|
||||
- Some(stackaddr as usize)
|
||||
+ Some(stackaddr - guardsize..stackaddr)
|
||||
+ } else if cfg!(all(target_os = "linux", target_env = "gnu")) {
|
||||
+ // glibc used to include the guard area within the stack, as noted in the BUGS
|
||||
+ // section of `man pthread_attr_getguardsize`. This has been corrected starting
|
||||
+ // with glibc 2.27, and in some distro backports, so the guard is now placed at the
|
||||
+ // end (below) the stack. There's no easy way for us to know which we have at
|
||||
+ // runtime, so we'll just match any fault in the range right above or below the
|
||||
+ // stack base to call that fault a stack overflow.
|
||||
+ Some(stackaddr - guardsize..stackaddr + guardsize)
|
||||
} else {
|
||||
- Some(stackaddr as usize + guardsize)
|
||||
+ Some(stackaddr..stackaddr + guardsize)
|
||||
};
|
||||
}
|
||||
assert_eq!(libc::pthread_attr_destroy(&mut attr), 0);
|
||||
diff --git a/src/libstd/sys/wasm/thread.rs b/src/libstd/sys/wasm/thread.rs
|
||||
index 13980e0cc19d..6a066509b492 100644
|
||||
--- a/src/libstd/sys/wasm/thread.rs
|
||||
+++ b/src/libstd/sys/wasm/thread.rs
|
||||
@@ -43,6 +43,7 @@ impl Thread {
|
||||
}
|
||||
|
||||
pub mod guard {
|
||||
- pub unsafe fn current() -> Option<usize> { None }
|
||||
- pub unsafe fn init() -> Option<usize> { None }
|
||||
+ pub type Guard = !;
|
||||
+ pub unsafe fn current() -> Option<Guard> { None }
|
||||
+ pub unsafe fn init() -> Option<Guard> { None }
|
||||
}
|
||||
diff --git a/src/libstd/sys/windows/thread.rs b/src/libstd/sys/windows/thread.rs
|
||||
index 74786d092855..43abfbb1f645 100644
|
||||
--- a/src/libstd/sys/windows/thread.rs
|
||||
+++ b/src/libstd/sys/windows/thread.rs
|
||||
@@ -93,6 +93,7 @@ impl Thread {
|
||||
|
||||
#[cfg_attr(test, allow(dead_code))]
|
||||
pub mod guard {
|
||||
- pub unsafe fn current() -> Option<usize> { None }
|
||||
- pub unsafe fn init() -> Option<usize> { None }
|
||||
+ pub type Guard = !;
|
||||
+ pub unsafe fn current() -> Option<Guard> { None }
|
||||
+ pub unsafe fn init() -> Option<Guard> { None }
|
||||
}
|
||||
diff --git a/src/libstd/sys_common/thread_info.rs b/src/libstd/sys_common/thread_info.rs
|
||||
index 7970042b1d67..6a2b6742367a 100644
|
||||
--- a/src/libstd/sys_common/thread_info.rs
|
||||
+++ b/src/libstd/sys_common/thread_info.rs
|
||||
@@ -11,10 +11,11 @@
|
||||
#![allow(dead_code)] // stack_guard isn't used right now on all platforms
|
||||
|
||||
use cell::RefCell;
|
||||
+use sys::thread::guard::Guard;
|
||||
use thread::Thread;
|
||||
|
||||
struct ThreadInfo {
|
||||
- stack_guard: Option<usize>,
|
||||
+ stack_guard: Option<Guard>,
|
||||
thread: Thread,
|
||||
}
|
||||
|
||||
@@ -38,11 +39,11 @@ pub fn current_thread() -> Option<Thread> {
|
||||
ThreadInfo::with(|info| info.thread.clone())
|
||||
}
|
||||
|
||||
-pub fn stack_guard() -> Option<usize> {
|
||||
- ThreadInfo::with(|info| info.stack_guard).and_then(|o| o)
|
||||
+pub fn stack_guard() -> Option<Guard> {
|
||||
+ ThreadInfo::with(|info| info.stack_guard.clone()).and_then(|o| o)
|
||||
}
|
||||
|
||||
-pub fn set(stack_guard: Option<usize>, thread: Thread) {
|
||||
+pub fn set(stack_guard: Option<Guard>, thread: Thread) {
|
||||
THREAD_INFO.with(|c| assert!(c.borrow().is_none()));
|
||||
THREAD_INFO.with(move |c| *c.borrow_mut() = Some(ThreadInfo{
|
||||
stack_guard,
|
||||
--
|
||||
2.14.3
|
||||
|
@ -1,159 +0,0 @@
|
||||
commit 6cf081c8c54e92702f350fa30d77561540324401 (from 6eff103aa1f93cbc07b1e5684e695635993c9752)
|
||||
Merge: 6eff103aa1f9 472f4e1cc8c3
|
||||
Author: bors <bors@rust-lang.org>
|
||||
Date: Sat Jan 13 05:02:04 2018 +0000
|
||||
|
||||
Auto merge of #46592 - o01eg:fix-45345, r=alexcrichton
|
||||
|
||||
Fix 45345
|
||||
|
||||
There is a fix for https://github.com/rust-lang/rust/issues/45345
|
||||
|
||||
It re-introduces `CFG_LIBDIR_RELATIVE` which was broken when migration from `configure` script to `x.py`.
|
||||
|
||||
Other commits fix errors which happen after rustbuild cleanups.
|
||||
|
||||
diff --git a/src/bootstrap/bin/rustdoc.rs b/src/bootstrap/bin/rustdoc.rs
|
||||
index 62037590853c..389b504c64cd 100644
|
||||
--- a/src/bootstrap/bin/rustdoc.rs
|
||||
+++ b/src/bootstrap/bin/rustdoc.rs
|
||||
@@ -23,10 +23,17 @@ use std::path::PathBuf;
|
||||
fn main() {
|
||||
let args = env::args_os().skip(1).collect::<Vec<_>>();
|
||||
let rustdoc = env::var_os("RUSTDOC_REAL").expect("RUSTDOC_REAL was not set");
|
||||
- let libdir = env::var_os("RUSTC_LIBDIR").expect("RUSTC_LIBDIR was not set");
|
||||
+ let libdir = env::var_os("RUSTDOC_LIBDIR").expect("RUSTDOC_LIBDIR was not set");
|
||||
let stage = env::var("RUSTC_STAGE").expect("RUSTC_STAGE was not set");
|
||||
let sysroot = env::var_os("RUSTC_SYSROOT").expect("RUSTC_SYSROOT was not set");
|
||||
|
||||
+ use std::str::FromStr;
|
||||
+
|
||||
+ let verbose = match env::var("RUSTC_VERBOSE") {
|
||||
+ Ok(s) => usize::from_str(&s).expect("RUSTC_VERBOSE should be an integer"),
|
||||
+ Err(_) => 0,
|
||||
+ };
|
||||
+
|
||||
let mut dylib_path = bootstrap::util::dylib_path();
|
||||
dylib_path.insert(0, PathBuf::from(libdir));
|
||||
|
||||
@@ -63,6 +70,10 @@ fn main() {
|
||||
cmd.arg("--deny-render-differences");
|
||||
}
|
||||
|
||||
+ if verbose > 1 {
|
||||
+ eprintln!("rustdoc command: {:?}", cmd);
|
||||
+ }
|
||||
+
|
||||
std::process::exit(match cmd.status() {
|
||||
Ok(s) => s.code().unwrap_or(1),
|
||||
Err(e) => panic!("\n\nfailed to run {:?}: {}\n\n", cmd, e),
|
||||
diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs
|
||||
index ce30d1f4cec4..a660b5cf852a 100644
|
||||
--- a/src/bootstrap/builder.rs
|
||||
+++ b/src/bootstrap/builder.rs
|
||||
@@ -357,8 +357,8 @@ impl<'a> Builder<'a> {
|
||||
|
||||
fn run(self, builder: &Builder) -> Interned<PathBuf> {
|
||||
let compiler = self.compiler;
|
||||
- let lib = if compiler.stage >= 2 && builder.build.config.libdir_relative.is_some() {
|
||||
- builder.build.config.libdir_relative.clone().unwrap()
|
||||
+ let lib = if compiler.stage >= 1 && builder.build.config.libdir.is_some() {
|
||||
+ builder.build.config.libdir.clone().unwrap()
|
||||
} else {
|
||||
PathBuf::from("lib")
|
||||
};
|
||||
@@ -416,7 +416,7 @@ impl<'a> Builder<'a> {
|
||||
let compiler = self.compiler(self.top_stage, host);
|
||||
cmd.env("RUSTC_STAGE", compiler.stage.to_string())
|
||||
.env("RUSTC_SYSROOT", self.sysroot(compiler))
|
||||
- .env("RUSTC_LIBDIR", self.sysroot_libdir(compiler, self.build.build))
|
||||
+ .env("RUSTDOC_LIBDIR", self.sysroot_libdir(compiler, self.build.build))
|
||||
.env("CFG_RELEASE_CHANNEL", &self.build.config.channel)
|
||||
.env("RUSTDOC_REAL", self.rustdoc(host))
|
||||
.env("RUSTDOC_CRATE_VERSION", self.build.rust_version())
|
||||
@@ -496,6 +496,9 @@ impl<'a> Builder<'a> {
|
||||
if let Some(target_linker) = self.build.linker(target) {
|
||||
cargo.env("RUSTC_TARGET_LINKER", target_linker);
|
||||
}
|
||||
+ if cmd != "build" {
|
||||
+ cargo.env("RUSTDOC_LIBDIR", self.rustc_libdir(self.compiler(2, self.build.build)));
|
||||
+ }
|
||||
|
||||
if mode != Mode::Tool {
|
||||
// Tools don't get debuginfo right now, e.g. cargo and rls don't
|
||||
diff --git a/src/bootstrap/check.rs b/src/bootstrap/check.rs
|
||||
index cc9be3cec347..ed110762cb3c 100644
|
||||
--- a/src/bootstrap/check.rs
|
||||
+++ b/src/bootstrap/check.rs
|
||||
@@ -1166,7 +1166,7 @@ impl Step for Crate {
|
||||
}
|
||||
Mode::Librustc => {
|
||||
builder.ensure(compile::Rustc { compiler, target });
|
||||
- compile::rustc_cargo(build, &compiler, target, &mut cargo);
|
||||
+ compile::rustc_cargo(build, target, &mut cargo);
|
||||
("librustc", "rustc-main")
|
||||
}
|
||||
_ => panic!("can only test libraries"),
|
||||
diff --git a/src/bootstrap/compile.rs b/src/bootstrap/compile.rs
|
||||
index c8e500a4f68c..c6adfc7ffae4 100644
|
||||
--- a/src/bootstrap/compile.rs
|
||||
+++ b/src/bootstrap/compile.rs
|
||||
@@ -485,7 +485,7 @@ impl Step for Rustc {
|
||||
build.clear_if_dirty(&stage_out, &libtest_stamp(build, compiler, target));
|
||||
|
||||
let mut cargo = builder.cargo(compiler, Mode::Librustc, target, "build");
|
||||
- rustc_cargo(build, &compiler, target, &mut cargo);
|
||||
+ rustc_cargo(build, target, &mut cargo);
|
||||
run_cargo(build,
|
||||
&mut cargo,
|
||||
&librustc_stamp(build, compiler, target));
|
||||
@@ -500,7 +500,6 @@ impl Step for Rustc {
|
||||
|
||||
/// Same as `std_cargo`, but for libtest
|
||||
pub fn rustc_cargo(build: &Build,
|
||||
- compiler: &Compiler,
|
||||
target: Interned<String>,
|
||||
cargo: &mut Command) {
|
||||
cargo.arg("--features").arg(build.rustc_features())
|
||||
@@ -514,13 +513,9 @@ pub fn rustc_cargo(build: &Build,
|
||||
.env("CFG_VERSION", build.rust_version())
|
||||
.env("CFG_PREFIX", build.config.prefix.clone().unwrap_or_default());
|
||||
|
||||
- if compiler.stage == 0 {
|
||||
- cargo.env("CFG_LIBDIR_RELATIVE", "lib");
|
||||
- } else {
|
||||
- let libdir_relative =
|
||||
- build.config.libdir_relative.clone().unwrap_or(PathBuf::from("lib"));
|
||||
- cargo.env("CFG_LIBDIR_RELATIVE", libdir_relative);
|
||||
- }
|
||||
+ let libdir_relative =
|
||||
+ build.config.libdir.clone().unwrap_or(PathBuf::from("lib"));
|
||||
+ cargo.env("CFG_LIBDIR_RELATIVE", libdir_relative);
|
||||
|
||||
// If we're not building a compiler with debugging information then remove
|
||||
// these two env vars which would be set otherwise.
|
||||
diff --git a/src/bootstrap/config.rs b/src/bootstrap/config.rs
|
||||
index f3ffe9a27611..72e75fddc194 100644
|
||||
--- a/src/bootstrap/config.rs
|
||||
+++ b/src/bootstrap/config.rs
|
||||
@@ -121,7 +121,6 @@ pub struct Config {
|
||||
pub docdir: Option<PathBuf>,
|
||||
pub bindir: Option<PathBuf>,
|
||||
pub libdir: Option<PathBuf>,
|
||||
- pub libdir_relative: Option<PathBuf>,
|
||||
pub mandir: Option<PathBuf>,
|
||||
pub codegen_tests: bool,
|
||||
pub nodejs: Option<PathBuf>,
|
||||
diff --git a/src/bootstrap/doc.rs b/src/bootstrap/doc.rs
|
||||
index 832da24c994d..178d60dd7df7 100644
|
||||
--- a/src/bootstrap/doc.rs
|
||||
+++ b/src/bootstrap/doc.rs
|
||||
@@ -616,7 +616,7 @@ impl Step for Rustc {
|
||||
t!(symlink_dir_force(&my_out, &out_dir));
|
||||
|
||||
let mut cargo = builder.cargo(compiler, Mode::Librustc, target, "doc");
|
||||
- compile::rustc_cargo(build, &compiler, target, &mut cargo);
|
||||
+ compile::rustc_cargo(build, target, &mut cargo);
|
||||
|
||||
if build.config.compiler_docs {
|
||||
// src/rustc/Cargo.toml contains a bin crate called rustc which
|
@ -1,64 +0,0 @@
|
||||
diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs
|
||||
index 66a1c9724620..fcb78c479fa2 100644
|
||||
--- a/src/bootstrap/builder.rs
|
||||
+++ b/src/bootstrap/builder.rs
|
||||
@@ -444,10 +444,11 @@ impl<'a> Builder<'a> {
|
||||
|
||||
fn run(self, builder: &Builder) -> Interned<PathBuf> {
|
||||
let compiler = self.compiler;
|
||||
- let lib = if compiler.stage >= 1 && builder.build.config.libdir.is_some() {
|
||||
- builder.build.config.libdir.clone().unwrap()
|
||||
+ let config = &builder.build.config;
|
||||
+ let lib = if compiler.stage >= 1 && config.libdir_relative().is_some() {
|
||||
+ builder.build.config.libdir_relative().unwrap()
|
||||
} else {
|
||||
- PathBuf::from("lib")
|
||||
+ Path::new("lib")
|
||||
};
|
||||
let sysroot = builder.sysroot(self.compiler).join(lib)
|
||||
.join("rustlib").join(self.target).join("lib");
|
||||
diff --git a/src/bootstrap/compile.rs b/src/bootstrap/compile.rs
|
||||
index 2dcc0e0e7cd9..c85b04ddc024 100644
|
||||
--- a/src/bootstrap/compile.rs
|
||||
+++ b/src/bootstrap/compile.rs
|
||||
@@ -516,8 +516,7 @@ fn rustc_cargo_env(build: &Build, cargo: &mut Command) {
|
||||
.env("CFG_VERSION", build.rust_version())
|
||||
.env("CFG_PREFIX", build.config.prefix.clone().unwrap_or_default());
|
||||
|
||||
- let libdir_relative =
|
||||
- build.config.libdir.clone().unwrap_or(PathBuf::from("lib"));
|
||||
+ let libdir_relative = build.config.libdir_relative().unwrap_or(Path::new("lib"));
|
||||
cargo.env("CFG_LIBDIR_RELATIVE", libdir_relative);
|
||||
|
||||
// If we're not building a compiler with debugging information then remove
|
||||
diff --git a/src/bootstrap/config.rs b/src/bootstrap/config.rs
|
||||
index 812ca6d64fb6..3cf8f36df25e 100644
|
||||
--- a/src/bootstrap/config.rs
|
||||
+++ b/src/bootstrap/config.rs
|
||||
@@ -17,7 +17,7 @@ use std::collections::{HashMap, HashSet};
|
||||
use std::env;
|
||||
use std::fs::File;
|
||||
use std::io::prelude::*;
|
||||
-use std::path::PathBuf;
|
||||
+use std::path::{Path, PathBuf};
|
||||
use std::process;
|
||||
use std::cmp;
|
||||
|
||||
@@ -564,6 +564,17 @@ impl Config {
|
||||
config
|
||||
}
|
||||
|
||||
+ /// Try to find the relative path of `libdir`.
|
||||
+ pub fn libdir_relative(&self) -> Option<&Path> {
|
||||
+ let libdir = self.libdir.as_ref()?;
|
||||
+ if libdir.is_relative() {
|
||||
+ Some(libdir)
|
||||
+ } else {
|
||||
+ // Try to make it relative to the prefix.
|
||||
+ libdir.strip_prefix(self.prefix.as_ref()?).ok()
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
pub fn verbose(&self) -> bool {
|
||||
self.verbose > 0
|
||||
}
|
98
rust.spec
98
rust.spec
@ -8,20 +8,15 @@
|
||||
# To bootstrap from scratch, set the channel and date from src/stage0.txt
|
||||
# e.g. 1.10.0 wants rustc: 1.9.0-2016-05-24
|
||||
# or nightly wants some beta-YYYY-MM-DD
|
||||
%global bootstrap_rust 1.23.0
|
||||
%global bootstrap_cargo 0.24.0
|
||||
%global bootstrap_rust 1.24.0
|
||||
%global bootstrap_cargo 0.25.0
|
||||
%global bootstrap_channel %{bootstrap_rust}
|
||||
%global bootstrap_date 2018-01-04
|
||||
%global bootstrap_date 2018-02-15
|
||||
|
||||
# Only the specified arches will use bootstrap binaries.
|
||||
#global bootstrap_arches %%{rust_arches}
|
||||
|
||||
# We generally don't want llvm-static present at all, since llvm-config will
|
||||
# make us link statically. But we can opt in, e.g. to aid LLVM rebases.
|
||||
# FIXME: LLVM 3.9 prefers shared linking now! Which is good, but next time we
|
||||
# *want* static we'll have to force it with "llvm-config --link-static".
|
||||
# See also https://github.com/rust-lang/rust/issues/36854
|
||||
# The new rustbuild accepts `--enable-llvm-link-shared`, else links static.
|
||||
# Using llvm-static may be helpful as an opt-in, e.g. to aid LLVM rebases.
|
||||
%bcond_with llvm_static
|
||||
|
||||
# We can also choose to just use Rust's bundled LLVM, in case the system LLVM
|
||||
@ -47,7 +42,7 @@
|
||||
|
||||
|
||||
Name: rust
|
||||
Version: 1.24.1
|
||||
Version: 1.25.0
|
||||
Release: 1%{?dist}
|
||||
Summary: The Rust Programming Language
|
||||
License: (ASL 2.0 or MIT) and (BSD and ISC and MIT)
|
||||
@ -62,26 +57,11 @@ ExclusiveArch: %{rust_arches}
|
||||
%endif
|
||||
Source0: https://static.rust-lang.org/dist/%{rustc_package}.tar.xz
|
||||
|
||||
# https://github.com/WebAssembly/binaryen/pull/1400
|
||||
Patch1: 0001-Fix-Wcatch-value-from-GCC-8.patch
|
||||
# https://github.com/rust-lang/rust/pull/49290
|
||||
Patch1: 0001-Allow-installing-rustfmt-without-config.extended.patch
|
||||
|
||||
# https://github.com/rust-lang/rust/pull/47610
|
||||
Patch2: 0001-Update-DW_OP_plus-to-DW_OP_plus_uconst.patch
|
||||
|
||||
# https://github.com/rust-lang/rust/pull/47688
|
||||
Patch3: 0001-Let-LLVM-5-add-DW_OP_deref-to-indirect-args-itself.patch
|
||||
|
||||
# https://github.com/rust-lang/rust/pull/47884
|
||||
Patch4: 0001-Ignore-run-pass-sse2-when-using-system-LLVM.patch
|
||||
|
||||
# https://github.com/rust-lang/rust/pull/47912
|
||||
Patch5: 0001-Enable-stack-probe-tests-with-system-LLVM-5.0.patch
|
||||
Patch6: 0002-Use-a-range-to-identify-SIGSEGV-in-stack-guards.patch
|
||||
|
||||
# fix for https://github.com/rust-lang/rust/issues/47469
|
||||
# via https://github.com/rust-lang/rust/pull/46592
|
||||
Patch7: rust-pr46592-bootstrap-libdir.patch
|
||||
Patch8: rust-pr48362-libdir-relative.patch
|
||||
# https://github.com/rust-lang/rust/pull/49484
|
||||
Patch2: 0001-Ignore-stack-probes-tests-on-powerpc-s390x-too.patch
|
||||
|
||||
Patch100: binaryen-cmake-aarch64.patch
|
||||
|
||||
@ -128,8 +108,12 @@ end}
|
||||
Provides: bundled(%{name}-bootstrap) = %{bootstrap_rust}
|
||||
%else
|
||||
BuildRequires: cargo >= %{bootstrap_cargo}
|
||||
%if 0%{?fedora} >= 27
|
||||
BuildRequires: (%{name} >= %{bootstrap_rust} with %{name} <= %{version})
|
||||
%else
|
||||
BuildRequires: %{name} >= %{bootstrap_rust}
|
||||
BuildConflicts: %{name} > %{version}
|
||||
%endif
|
||||
%global local_rust_root %{_prefix}
|
||||
%endif
|
||||
|
||||
@ -149,10 +133,10 @@ BuildRequires: %{python}
|
||||
|
||||
%if %with bundled_llvm
|
||||
BuildRequires: cmake3 >= 3.4.3
|
||||
Provides: bundled(llvm) = 4.0
|
||||
Provides: bundled(llvm) = 6.0
|
||||
%else
|
||||
BuildRequires: cmake >= 2.8.7
|
||||
%if 0%{?epel} || 0%{?fedora} >= 28
|
||||
%if 0%{?epel}
|
||||
%global llvm llvm5.0
|
||||
%endif
|
||||
%if %defined llvm
|
||||
@ -161,13 +145,10 @@ BuildRequires: cmake >= 2.8.7
|
||||
%global llvm llvm
|
||||
%global llvm_root %{_prefix}
|
||||
%endif
|
||||
BuildRequires: %{llvm}-devel >= 3.7
|
||||
BuildRequires: %{llvm}-devel >= 3.9
|
||||
%if %with llvm_static
|
||||
BuildRequires: %{llvm}-static
|
||||
BuildRequires: libffi-devel
|
||||
%else
|
||||
# Make sure llvm-config doesn't see it.
|
||||
BuildConflicts: %{llvm}-static
|
||||
%endif
|
||||
%endif
|
||||
|
||||
@ -287,6 +268,20 @@ This package includes HTML documentation for the Rust programming language and
|
||||
its standard library.
|
||||
|
||||
|
||||
%package -n rustfmt-preview
|
||||
Summary: Tool to find and fix Rust formatting issues
|
||||
Version: 0.3.8
|
||||
Requires: cargo
|
||||
|
||||
# Despite the lower version, our rustfmt-preview is newer than rustfmt-0.9.
|
||||
# It's expected to stay "preview" until it's released as 1.0.
|
||||
Obsoletes: rustfmt <= 0.9.0
|
||||
Provides: rustfmt = %{version}
|
||||
|
||||
%description -n rustfmt-preview
|
||||
A tool for formatting Rust code according to style guidelines.
|
||||
|
||||
|
||||
%package src
|
||||
Summary: Sources for the Rust standard library
|
||||
BuildArch: noarch
|
||||
@ -308,19 +303,13 @@ test -f '%{local_rust_root}/bin/rustc'
|
||||
|
||||
%setup -q -n %{rustc_package}
|
||||
|
||||
%patch1 -p1 -b .dist-rustfmt
|
||||
%patch2 -p1 -b .ignore-ibm
|
||||
|
||||
pushd src/binaryen
|
||||
%patch1 -p1 -b .catch-value
|
||||
%patch100 -p1 -b .aarch64
|
||||
popd
|
||||
|
||||
%patch2 -p1 -b .DW_OP_plus_uconst
|
||||
%patch3 -p1 -b .DW_OP_deref
|
||||
%patch4 -p1 -b .sse2
|
||||
%patch5 -p1 -b .out-of-stack
|
||||
%patch6 -p1 -b .out-of-stack
|
||||
%patch7 -p1 -b .bootstrap-libdir
|
||||
%patch8 -p1 -b .bootstrap-libdir-relative
|
||||
|
||||
%if "%{python}" == "python3"
|
||||
sed -i.try-py3 -e '/try python2.7/i try python3 "$@"' ./configure
|
||||
%endif
|
||||
@ -332,6 +321,9 @@ sed -i.try-py3 -e '/try python2.7/i try python3 "$@"' ./configure
|
||||
rm -rf src/llvm/
|
||||
%endif
|
||||
|
||||
# We never enable emscripten.
|
||||
rm -rf src/llvm-emscripten/
|
||||
|
||||
# extract bundled licenses for packaging
|
||||
cp src/rt/hoedown/LICENSE src/rt/hoedown/LICENSE-hoedown
|
||||
sed -e '/*\//q' src/libbacktrace/backtrace.h \
|
||||
@ -384,7 +376,7 @@ find src/vendor -name .cargo-checksum.json \
|
||||
%configure --disable-option-checking \
|
||||
--libdir=%{common_libdir} \
|
||||
--build=%{rust_triple} --host=%{rust_triple} --target=%{rust_triple} \
|
||||
--enable-local-rust --local-rust-root=%{local_rust_root} \
|
||||
--local-rust-root=%{local_rust_root} \
|
||||
%{!?with_bundled_llvm: --llvm-root=%{llvm_root} --disable-codegen-tests \
|
||||
%{!?with_llvm_static: --enable-llvm-link-shared } } \
|
||||
--disable-jemalloc \
|
||||
@ -394,6 +386,7 @@ find src/vendor -name .cargo-checksum.json \
|
||||
--release-channel=%{channel}
|
||||
|
||||
%{python} ./x.py build
|
||||
%{python} ./x.py build src/tools/rustfmt
|
||||
%{python} ./x.py doc
|
||||
|
||||
|
||||
@ -403,6 +396,7 @@ find src/vendor -name .cargo-checksum.json \
|
||||
%{?rustflags:export RUSTFLAGS="%{rustflags}"}
|
||||
|
||||
DESTDIR=%{buildroot} %{python} ./x.py install
|
||||
DESTDIR=%{buildroot} %{python} ./x.py install rustfmt
|
||||
DESTDIR=%{buildroot} %{python} ./x.py install src
|
||||
|
||||
|
||||
@ -439,6 +433,7 @@ rm -f %{buildroot}%{_docdir}/%{name}/README.md
|
||||
rm -f %{buildroot}%{_docdir}/%{name}/COPYRIGHT
|
||||
rm -f %{buildroot}%{_docdir}/%{name}/LICENSE-APACHE
|
||||
rm -f %{buildroot}%{_docdir}/%{name}/LICENSE-MIT
|
||||
rm -f %{buildroot}%{_docdir}/%{name}/*.old
|
||||
|
||||
# Sanitize the HTML documentation
|
||||
find %{buildroot}%{_docdir}/%{name}/html -empty -delete
|
||||
@ -457,6 +452,7 @@ rm -f %{buildroot}%{rustlibdir}/etc/lldb_*.py*
|
||||
|
||||
# The results are not stable on koji, so mask errors and just log it.
|
||||
%{python} ./x.py test --no-fail-fast || :
|
||||
%{python} ./x.py test --no-fail-fast src/tools/rustfmt || :
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
@ -476,6 +472,7 @@ rm -f %{buildroot}%{rustlibdir}/etc/lldb_*.py*
|
||||
%dir %{rustlibdir}/%{rust_triple}
|
||||
%dir %{rustlibdir}/%{rust_triple}/lib
|
||||
%{rustlibdir}/%{rust_triple}/lib/*.so
|
||||
%{rustlibdir}/%{rust_triple}/codegen-backends/
|
||||
|
||||
|
||||
%files std-static
|
||||
@ -511,16 +508,27 @@ rm -f %{buildroot}%{rustlibdir}/etc/lldb_*.py*
|
||||
%{_docdir}/%{name}/html/*.html
|
||||
%{_docdir}/%{name}/html/*.css
|
||||
%{_docdir}/%{name}/html/*.js
|
||||
%{_docdir}/%{name}/html/*.svg
|
||||
%{_docdir}/%{name}/html/*.woff
|
||||
%license %{_docdir}/%{name}/html/*.txt
|
||||
|
||||
|
||||
%files -n rustfmt-preview
|
||||
%{_bindir}/rustfmt
|
||||
%{_bindir}/cargo-fmt
|
||||
%doc src/tools/rustfmt/{README,CHANGELOG,Configurations}.md
|
||||
%license src/tools/rustfmt/LICENSE-{APACHE,MIT}
|
||||
|
||||
|
||||
%files src
|
||||
%dir %{rustlibdir}
|
||||
%{rustlibdir}/src
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Mar 29 2018 Josh Stone <jistone@redhat.com> - 1.25.0-1
|
||||
- Update to 1.25.0.
|
||||
|
||||
* Thu Mar 01 2018 Josh Stone <jistone@redhat.com> - 1.24.1-1
|
||||
- Update to 1.24.1.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rustc-1.24.1-src.tar.xz) = 5f1fa594f55278f512b70af1f0e5a5ac377cab23ea7fb12d4f4982b5424f993a1f53bbfca28af8168d19ff95b56e107aaa0f684ecaa3264195a274cc5b10caf6
|
||||
SHA512 (rustc-1.25.0-src.tar.xz) = 45baaaa47d8b6433f61b1a6f2637d8f4fe013b534a8a94365025dfcf786815c95111b9bd3beb2544ba8587fb4c8b38431765c4d68bc9c19285da4ccf7c7eeda2
|
||||
|
@ -1,8 +1,8 @@
|
||||
SHA512 (rustc-1.24.1-src.tar.xz) = 5f1fa594f55278f512b70af1f0e5a5ac377cab23ea7fb12d4f4982b5424f993a1f53bbfca28af8168d19ff95b56e107aaa0f684ecaa3264195a274cc5b10caf6
|
||||
SHA512 (rust-1.23.0-aarch64-unknown-linux-gnu.tar.xz) = 1d0fbf800a5ede9101570507d6cca4ef79445f2df3ace194ce74702eb507d7de5fe7f4a30dd5e5561faa2bfa205c237dee98eca6eefc8b652d21c0c373099ca6
|
||||
SHA512 (rust-1.23.0-armv7-unknown-linux-gnueabihf.tar.xz) = 2ef07187d78060005e99676cf1f168e7a8861e9f104c95056cfe8784a7fa35b14f0b69ba4adc8be4173ef8d4ce7554f92487385a09602343ab65fcf749fbe35c
|
||||
SHA512 (rust-1.23.0-i686-unknown-linux-gnu.tar.xz) = 6863a512100ae0369d0a5c4242d45fda9b83a2ad6c3e6691f4f0d1e071dca7003c55873cc03a9d09305adae24667e654bda66a8ad3246f4df2d7a2fc0fc4d7a7
|
||||
SHA512 (rust-1.23.0-powerpc64le-unknown-linux-gnu.tar.xz) = d17acdbed5d7007fade8d85492d1f6f3d46bb63f98d76e0313967175d6be0752d4643a26d8e3a1319e7f7782117ccbb76c6c891f9bb3cf3e6e2ab0f61d63574d
|
||||
SHA512 (rust-1.23.0-powerpc64-unknown-linux-gnu.tar.xz) = 19b7e734741fbe1318fffbd3698d3d208fbe978698d8f8e8b9f136d4f954821e94bec0979d4d3871e49acd589c67c0457f9320ac69fabea70a6839c2928c8d2a
|
||||
SHA512 (rust-1.23.0-s390x-unknown-linux-gnu.tar.xz) = c47e4750b02ffd7ffc423db12e8974d16384187938f5ab263a23cedb17f4b27a08acbc927365a1a23b4ee1b12e3ce2f15fdc059b6fe3932ef61798747cb9ddf7
|
||||
SHA512 (rust-1.23.0-x86_64-unknown-linux-gnu.tar.xz) = a5a3aa11d04e81305d33ed50fe657dcebb8c3a1f71a0a2b54372439ff6b1b4b7d2abd9c579b27950be67921cbb41586346824faf71495fb4f3f505ed8a48ccc9
|
||||
SHA512 (rustc-1.25.0-src.tar.xz) = 45baaaa47d8b6433f61b1a6f2637d8f4fe013b534a8a94365025dfcf786815c95111b9bd3beb2544ba8587fb4c8b38431765c4d68bc9c19285da4ccf7c7eeda2
|
||||
SHA512 (rust-1.24.0-aarch64-unknown-linux-gnu.tar.xz) = c8be9bd2929d5a9ac96524bdbbc3b137c703a54d6bdf19a8abee69fcb2cf7d11693a79c520571da021fb0c059de5f759f6c0336d4e42f278584c0ec3783983ce
|
||||
SHA512 (rust-1.24.0-armv7-unknown-linux-gnueabihf.tar.xz) = 57383893b1015377857509f9d485629fc181408089c577b725e52577e5cc44a69f557c8311324473008d879e7917105077045591e72c7d09b4b57bcf020fd39d
|
||||
SHA512 (rust-1.24.0-i686-unknown-linux-gnu.tar.xz) = d7e4ae046bea9c8fd5709fc316965bd0422afc1b7cf2b35bebc8899524bb5e12c1e685dc395e96f43957ab9b6ab3039fa0c0306751b6f1771bd6550d559e66a8
|
||||
SHA512 (rust-1.24.0-powerpc64le-unknown-linux-gnu.tar.xz) = f1a6ad1b66ce4e928a7f7aed8476fedc9ef93ef8520aa34781a5e7e8e2ab2ac3b13fc325d37bd30bc9cc3dc709b2286436b6c68eae1748c434860b51643afa1b
|
||||
SHA512 (rust-1.24.0-powerpc64-unknown-linux-gnu.tar.xz) = 0a2fbe4017c2c69e5fc2b35591f40fa45cf03be93ed0c03c56fb10d76dd78f7a86c40552afb60e360aa05447faf278e2988a9a0056a21950ba05daad1bf070a1
|
||||
SHA512 (rust-1.24.0-s390x-unknown-linux-gnu.tar.xz) = 252342cad4d41f7f972aec7a96e2ed0c8044af9a8c02bfdb36e47b591fad33df4234c141b7532e62f33d7f57af2191cbfb88606e2c59e927b08e41d9f0f8d2a5
|
||||
SHA512 (rust-1.24.0-x86_64-unknown-linux-gnu.tar.xz) = 876e5d66b5531a5dd1c42b8b2f073bc463a6dead348d5857f43b0047a4f6b101d26c7b29d6bbe1c1ea64cb6ca8c36d0159ff4dc75418e4216e7e585b169276ff
|
||||
|
Loading…
Reference in New Issue
Block a user