Skip to content

Commit fc2762c

Browse files
committed
---
yaml --- r: 71997 b: refs/heads/dist-snap c: 8e96621 h: refs/heads/master i: 71995: 90daa3d v: v3
1 parent 8cc3c94 commit fc2762c

File tree

126 files changed

+3873
-5593
lines changed

Some content is hidden

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

126 files changed

+3873
-5593
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
99
refs/heads/incoming: b50030718cf28f2a5a81857a26b57442734fe854
10-
refs/heads/dist-snap: caa107925728b2cd725c6e1fdce03f3d25c3863a
10+
refs/heads/dist-snap: 8e966216c7c59c1b1de08561502f0b78589db59a
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1313
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/.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/dist-snap/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)