update remaining llvm 8.0.0 references to 9.0.0
This commit is contained in:
parent
14d2e16b60
commit
b76d16c7c7
@ -6,5 +6,5 @@ set -e
|
|||||||
pacman -Su --needed --noconfirm
|
pacman -Su --needed --noconfirm
|
||||||
pacman -S --needed --noconfirm wget p7zip python3-pip
|
pacman -S --needed --noconfirm wget p7zip python3-pip
|
||||||
pip install s3cmd
|
pip install s3cmd
|
||||||
wget -nv "https://ziglang.org/deps/llvm%2bclang-8.0.0-win64-msvc-release.tar.xz"
|
wget -nv "https://ziglang.org/deps/llvm%2bclang-9.0.0-win64-msvc-release.tar.xz"
|
||||||
tar xf llvm+clang-8.0.0-win64-msvc-release.tar.xz
|
tar xf llvm+clang-9.0.0-win64-msvc-release.tar.xz
|
||||||
|
@ -5846,7 +5846,7 @@ volatile (
|
|||||||
// Next is the output constraint string. This feature is still
|
// Next is the output constraint string. This feature is still
|
||||||
// considered unstable in Zig, and so LLVM/GCC documentation
|
// considered unstable in Zig, and so LLVM/GCC documentation
|
||||||
// must be used to understand the semantics.
|
// must be used to understand the semantics.
|
||||||
// http://releases.llvm.org/8.0.0/docs/LangRef.html#inline-asm-constraint-string
|
// http://releases.llvm.org/9.0.0/docs/LangRef.html#inline-asm-constraint-string
|
||||||
// https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html
|
// https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html
|
||||||
// In this example, the constraint string means "the result value of
|
// In this example, the constraint string means "the result value of
|
||||||
// this inline assembly instruction is whatever is in $rax".
|
// this inline assembly instruction is whatever is in $rax".
|
||||||
@ -5887,7 +5887,7 @@ volatile (
|
|||||||
<p>
|
<p>
|
||||||
Output constraints are still considered to be unstable in Zig, and
|
Output constraints are still considered to be unstable in Zig, and
|
||||||
so
|
so
|
||||||
<a href="http://releases.llvm.org/8.0.0/docs/LangRef.html#inline-asm-constraint-string">LLVM documentation</a>
|
<a href="http://releases.llvm.org/9.0.0/docs/LangRef.html#inline-asm-constraint-string">LLVM documentation</a>
|
||||||
and
|
and
|
||||||
<a href="https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html">GCC documentation</a>
|
<a href="https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html">GCC documentation</a>
|
||||||
must be used to understand the semantics.
|
must be used to understand the semantics.
|
||||||
@ -5902,7 +5902,7 @@ volatile (
|
|||||||
<p>
|
<p>
|
||||||
Input constraints are still considered to be unstable in Zig, and
|
Input constraints are still considered to be unstable in Zig, and
|
||||||
so
|
so
|
||||||
<a href="http://releases.llvm.org/8.0.0/docs/LangRef.html#inline-asm-constraint-string">LLVM documentation</a>
|
<a href="http://releases.llvm.org/9.0.0/docs/LangRef.html#inline-asm-constraint-string">LLVM documentation</a>
|
||||||
and
|
and
|
||||||
<a href="https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html">GCC documentation</a>
|
<a href="https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html">GCC documentation</a>
|
||||||
must be used to understand the semantics.
|
must be used to understand the semantics.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user