about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-10-01 01:41:42 +0000
committerbors <bors@rust-lang.org>2017-10-01 01:41:42 +0000
commit1c09315f6d7559aaaa23baa92f753ce6f86dff65 (patch)
tree348806e0396c5da102bd55d43bae13a1eb630fbd /src
parentafe9320785efa17ea1adbdab299a6aaf2c575e87 (diff)
parent4114d68f189210e4be07e50d1bf6675e91749bab (diff)
downloadrust-1c09315f6d7559aaaa23baa92f753ce6f86dff65.tar.gz
rust-1c09315f6d7559aaaa23baa92f753ce6f86dff65.zip
Auto merge of #44921 - est31:master, r=alexcrichton
Update the libcompiler_builtins submodule

Pulls in the latest changes from libcompiler_builtins.

It should work, but it would be best if this wouldn't get put into a rollup so that bisecting is possible if there is a regression.

r? @alexcrichton
Diffstat (limited to 'src')
-rw-r--r--src/Cargo.lock8
m---------src/libcompiler_builtins0
-rw-r--r--src/rustc/compiler_builtins_shim/Cargo.toml2
3 files changed, 2 insertions, 8 deletions
diff --git a/src/Cargo.lock b/src/Cargo.lock
index c77be5154d3..e9ff4634c24 100644
--- a/src/Cargo.lock
+++ b/src/Cargo.lock
@@ -290,8 +290,8 @@ dependencies = [
 name = "compiler_builtins"
 version = "0.0.0"
 dependencies = [
+ "cc 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "core 0.0.0",
- "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
@@ -587,11 +587,6 @@ version = "0.1.16"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
-name = "gcc"
-version = "0.3.54"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
-[[package]]
 name = "getopts"
 version = "0.2.15"
 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2521,7 +2516,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 "checksum fs2 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9ab76cfd2aaa59b7bf6688ad9ba15bbae64bff97f04ea02144cfd3443e5c2866"
 "checksum futf 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "51f93f3de6ba1794dcd5810b3546d004600a59a98266487c8407bc4b24e398f3"
 "checksum futures 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "05a23db7bd162d4e8265968602930c476f688f0c180b44bdaf55e0cb2c687558"
-"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb"
 "checksum getopts 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "65922871abd2f101a2eb0eaebadc66668e54a87ad9c3dd82520b5f86ede5eff9"
 "checksum git2 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0c1c0203d653f4140241da0c1375a404f0a397249ec818cd2076c6280c50f6fa"
 "checksum git2-curl 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "68676bc784bf0bef83278898929bf64a251e87c0340723d0b93fa096c9c5bf8e"
diff --git a/src/libcompiler_builtins b/src/libcompiler_builtins
-Subproject ef4951582f620c589cd9e18ec182538bf116bce
+Subproject 0b9844764ea1f99ea11a7917a4f3ba7fd2db775
diff --git a/src/rustc/compiler_builtins_shim/Cargo.toml b/src/rustc/compiler_builtins_shim/Cargo.toml
index e0026078a5d..05d7ee16d84 100644
--- a/src/rustc/compiler_builtins_shim/Cargo.toml
+++ b/src/rustc/compiler_builtins_shim/Cargo.toml
@@ -15,7 +15,7 @@ doctest = false
 core = { path = "../../libcore" }
 
 [build-dependencies]
-gcc = "0.3"
+cc = "1.0"
 
 [features]
 c = []