Skip to content

Commit 2f8eaa6

Browse files
committed
---
yaml --- r: 95799 b: refs/heads/dist-snap c: d04a58c h: refs/heads/master i: 95797: c27de63 95795: ae303c6 95791: 7a2e173 v: v3
1 parent 269b508 commit 2f8eaa6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ refs/heads/try: c274a6888410ce3e357e014568b43310ed787d36
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9-
refs/heads/dist-snap: a49e65c2edad450cabc0745e94e7c031c5d4f7f8
9+
refs/heads/dist-snap: d04a58cf2d224f6e0ae69334f90a9013ae2ba35a
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1212
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/configure

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,9 @@ valopt mandir "${CFG_PREFIX}/share/man" "install man pages in PATH"
401401
valopt libdir "${CFG_PREFIX}/lib" "install libraries"
402402

403403
#Deprecated opts to keep compatibility
404-
valopt build-triple "${DEFAULT_BUILD}" "LLVM build triple"
405-
valopt host-triples "${CFG_BUILD}" "LLVM host triples"
406-
valopt target-triples "${CFG_HOST}" "LLVM target triples"
404+
valopt build-triple "${CFG_BUILD}" "LLVM build triple"
405+
valopt host-triples "${CFG_HOST}" "LLVM host triples"
406+
valopt target-triples "${CFG_TARGET}" "LLVM target triples"
407407

408408
# Validate Options
409409
step_msg "validating $CFG_SELF args"

branches/dist-snap/doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ For a more in-depth explanation of borrowed pointers, read the
11421142
11431143
## Freezing
11441144
1145-
Borrowing an immutable pointer to an object freezes it and prevents mutation.
1145+
Lending an immutable pointer to an object freezes it and prevents mutation.
11461146
`Owned` objects have freezing enforced statically at compile-time.
11471147
11481148
~~~~

0 commit comments

Comments
 (0)