authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-09-19 20:55:02-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-09-19 20:55:02-04:00
logb76d16c7c7b54b3da35c3c91a8e5bc5dc7d6c57e
treeae784e161db393c18e8fbbc99a5f17454e20f4e8
parent14d2e16b60d925ef1c539b2f1a073f0b7a88f93c
signature Commit is signed but in an unrecognized format.

update remaining llvm 8.0.0 references to 9.0.0


2 files changed, 5 insertions(+), 5 deletions(-)

ci/azure/windows_install+2-2
...@@ -6,5 +6,5 @@ set -e...@@ -6,5 +6,5 @@ set -e
6pacman -Su --needed --noconfirm6pacman -Su --needed --noconfirm
7pacman -S --needed --noconfirm wget p7zip python3-pip7pacman -S --needed --noconfirm wget p7zip python3-pip
8pip install s3cmd8pip install s3cmd
9wget -nv "https://ziglang.org/deps/llvm%2bclang-8.0.0-win64-msvc-release.tar.xz"9wget -nv "https://ziglang.org/deps/llvm%2bclang-9.0.0-win64-msvc-release.tar.xz"
10tar xf llvm+clang-8.0.0-win64-msvc-release.tar.xz10tar xf llvm+clang-9.0.0-win64-msvc-release.tar.xz
doc/langref.html.in+3-3
...@@ -5846,7 +5846,7 @@ volatile (...@@ -5846,7 +5846,7 @@ volatile (
5846// Next is the output constraint string. This feature is still5846// Next is the output constraint string. This feature is still
5847// considered unstable in Zig, and so LLVM/GCC documentation5847// considered unstable in Zig, and so LLVM/GCC documentation
5848// must be used to understand the semantics.5848// must be used to understand the semantics.
5849// http://releases.llvm.org/8.0.0/docs/LangRef.html#inline-asm-constraint-string5849// http://releases.llvm.org/9.0.0/docs/LangRef.html#inline-asm-constraint-string
5850// https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html5850// https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html
5851// In this example, the constraint string means "the result value of5851// In this example, the constraint string means "the result value of
5852// this inline assembly instruction is whatever is in $rax".5852// this inline assembly instruction is whatever is in $rax".
...@@ -5887,7 +5887,7 @@ volatile (...@@ -5887,7 +5887,7 @@ volatile (
5887 <p>5887 <p>
5888 Output constraints are still considered to be unstable in Zig, and5888 Output constraints are still considered to be unstable in Zig, and
5889 so5889 so
5890 <a href="http://releases.llvm.org/8.0.0/docs/LangRef.html#inline-asm-constraint-string">LLVM documentation</a>5890 <a href="http://releases.llvm.org/9.0.0/docs/LangRef.html#inline-asm-constraint-string">LLVM documentation</a>
5891 and5891 and
5892 <a href="https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html">GCC documentation</a>5892 <a href="https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html">GCC documentation</a>
5893 must be used to understand the semantics.5893 must be used to understand the semantics.
...@@ -5902,7 +5902,7 @@ volatile (...@@ -5902,7 +5902,7 @@ volatile (
5902 <p>5902 <p>
5903 Input constraints are still considered to be unstable in Zig, and5903 Input constraints are still considered to be unstable in Zig, and
5904 so5904 so
5905 <a href="http://releases.llvm.org/8.0.0/docs/LangRef.html#inline-asm-constraint-string">LLVM documentation</a>5905 <a href="http://releases.llvm.org/9.0.0/docs/LangRef.html#inline-asm-constraint-string">LLVM documentation</a>
5906 and5906 and
5907 <a href="https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html">GCC documentation</a>5907 <a href="https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html">GCC documentation</a>
5908 must be used to understand the semantics.5908 must be used to understand the semantics.