Skip to content

Commit a5794de

Browse files
author
kud1ing
committed
---
yaml --- r: 56007 b: refs/heads/auto c: 0fea2bd h: refs/heads/master i: 56005: 3233709 56003: 7d9d573 55999: 573a243 v: v3
1 parent 63dd111 commit a5794de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1414
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1515
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1616
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17-
refs/heads/auto: 156a307f4b4f354c8e93a16f8ef64e95b9088bc7
17+
refs/heads/auto: 0fea2bd8a110bba08964ec3b050e18505a06e21a
1818
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1919
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c

branches/auto/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ then
533533
LLVM_VERSION=$($LLVM_CONFIG --version)
534534

535535
case $LLVM_VERSION in
536-
(3.3|3.3svn|3.2|3.2svn)
536+
(3.2svn|3.2|3.1svn|3.1|3.0svn|3.0)
537537
msg "found ok version of LLVM: $LLVM_VERSION"
538538
;;
539539
(*)

branches/auto/src/librustc/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The 3 central data structures:
7575
Control and information flow within the compiler:
7676
-------------------------------------------------
7777

78-
- main() in driver/rustc.rs assumes control on startup. Options are
78+
- main() in rustc.rc assumes control on startup. Options are
7979
parsed, platform is detected, etc.
8080

8181
- libsyntax/parse/parser.rs parses the input files and produces an AST

0 commit comments

Comments
 (0)