Skip to content

Commit 04f67a4

Browse files
committed
---
yaml --- r: 54755 b: refs/heads/snap-stage3 c: 68583a2 h: refs/heads/master i: 54753: 0b497b6 54751: 606e174 v: v3
1 parent dd651a8 commit 04f67a4

File tree

180 files changed

+5415
-7613
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+5415
-7613
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 5f13e9ccc2e3328d4cd8ca49f84e6840dd998346
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 442b8e590111b3d00fa2b3160c469dee392c9573
4+
refs/heads/snap-stage3: 68583a25a0b31bc113cf1f4ec479339cbf876e4d
55
refs/heads/try: 8eb2bab100b42f0ba751552d8eff00eb2134c55a
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949
.valgrindrc
5050
lexer.ml
5151
TAGS
52-
TAGS.emacs
53-
TAGS.vim
5452
version.ml
5553
version.texi
5654
/Makefile
@@ -62,7 +60,6 @@ config.mk
6260
/inst/
6361
/mingw-build/
6462
src/.DS_Store
65-
/tmp/
6663
/stage0/
6764
/dl/
6865
/stage1/
@@ -78,8 +75,6 @@ version.md
7875
rust.tex
7976
keywords.md
8077
x86_64-apple-darwin/
81-
x86_64-unknown-linux-gnu/
82-
i686-unknown-linux-gnu/
8378
doc/core/
8479
tmp.*.rs
8580
config.stamp

branches/snap-stage3/AUTHORS.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Bilal Husain <[email protected]>
3131
Bill Fallon <[email protected]>
3232
Brendan Eich <[email protected]>
3333
Brendan Zabarauskas <[email protected]>
34-
Brett Cannon <[email protected]>
3534
Brian Anderson <[email protected]>
3635
Brian J. Burg <[email protected]>
3736
Brian Leibig <[email protected]>
@@ -51,7 +50,6 @@ Dave Herman <[email protected]>
5150
David Forsythe <[email protected]>
5251
David Klein <[email protected]>
5352
David Rajchenbach-Teller <[email protected]>
54-
Diggory Hardy <[email protected]>
5553
Dimitri Krassovski <[email protected]>
5654
Donovan Preston <[email protected]>
5755
Drew Willcoxon <[email protected]>
@@ -78,11 +76,9 @@ Ian D. Bollinger <[email protected]>
7876
Ilyong Cho <[email protected]>
7977
Isaac Aggrey <[email protected]>
8078
Ivano Coppola <[email protected]>
81-
Jack Moffitt <[email protected]>
8279
Jacob Harris Cryer Kragh <[email protected]>
8380
Jacob Parker <[email protected]>
8481
Jakub Wieczorek <[email protected]>
85-
James Miller <[email protected]>
8682
Jason Orendorff <[email protected]>
8783
Jed Davis <[email protected]>
8884
Jeff Balogh <[email protected]>

branches/snap-stage3/configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ need_cmd uname
237237
need_cmd date
238238
need_cmd tr
239239
need_cmd sed
240-
need_cmd file
240+
241241

242242
msg "inspecting environment"
243243

@@ -859,7 +859,7 @@ do
859859
LDFLAGS=$LLVM_LDFLAGS
860860

861861
LLVM_FLAGS="$LLVM_TARGETS $LLVM_OPTS $LLVM_BUILD \
862-
$LLVM_HOST $LLVM_TARGET --with-python=$CFG_PYTHON"
862+
$LLVM_HOST $LLVM_TARGET"
863863

864864
msg "configuring LLVM with:"
865865
msg "$LLVM_FLAGS"

0 commit comments

Comments
 (0)