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
signaturelock-open 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
66pacman -Su --needed --noconfirm
77pacman -S --needed --noconfirm wget p7zip python3-pip
88pip install s3cmd
9wget -nv "https://ziglang.org/deps/llvm%2bclang-8.0.0-win64-msvc-release.tar.xz"
10tar xf llvm+clang-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-9.0.0-win64-msvc-release.tar.xz
doc/langref.html.in+3-3
......@@ -5846,7 +5846,7 @@ volatile (
58465846// Next is the output constraint string. This feature is still
58475847// considered unstable in Zig, and so LLVM/GCC documentation
58485848// must be used to understand the semantics.
5849// http://releases.llvm.org/8.0.0/docs/LangRef.html#inline-asm-constraint-string
5849// http://releases.llvm.org/9.0.0/docs/LangRef.html#inline-asm-constraint-string
58505850// https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html
58515851// In this example, the constraint string means "the result value of
58525852// this inline assembly instruction is whatever is in $rax".
......@@ -5887,7 +5887,7 @@ volatile (
58875887 <p>
58885888 Output constraints are still considered to be unstable in Zig, and
58895889 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>
58915891 and
58925892 <a href="https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html">GCC documentation</a>
58935893 must be used to understand the semantics.
......@@ -5902,7 +5902,7 @@ volatile (
59025902 <p>
59035903 Input constraints are still considered to be unstable in Zig, and
59045904 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>
59065906 and
59075907 <a href="https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html">GCC documentation</a>
59085908 must be used to understand the semantics.