Skip to content

Commit

Permalink
Bug 1522614 - Patch cc-rs to handle aarch64 with clang-cl. r=froydnj
Browse files Browse the repository at this point in the history
This backports rust-lang/cc-rs#370 to the
version of cc-rs we currently have in tree, to minimize the changes.

Depends on D18185

Differential Revision: https://phabricator.services.mozilla.com/D18186

UltraBlame original commit: 06b6f5ce09bc465d85dffef9e23d32ad549f9bc8
  • Loading branch information
marco-c committed Oct 3, 2019
1 parent 7321adf commit 1dbbe6c
Show file tree
Hide file tree
Showing 7 changed files with 885 additions and 266 deletions.
60 changes: 60 additions & 0 deletions .cargo/config.in
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,66 @@ sources
[
source
.
"
https
:
/
/
github
.
com
/
alexcrichton
/
cc
-
rs
"
]
git
=
"
https
:
/
/
github
.
com
/
glandium
/
cc
-
rs
"
branch
=
"
1
.
0
.
23
-
clang
-
cl
-
aarch64
"
replace
-
with
=
"
vendored
-
sources
"
[
source
.
vendored
-
sources
Expand Down
Loading

0 comments on commit 1dbbe6c

Please sign in to comment.