summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorSergey Andreenko <seandree@microsoft.com>2018-04-05 20:09:46 -0700
committerGitHub <noreply@github.com>2018-04-05 20:09:46 -0700
commita96d2fef8edd01f57079f68d92189e1b84378fb8 (patch)
tree8983f319a5d83c5709b3786d38c080d5720248b4 /Documentation
parent73e10d266db673368870feedcbefdb945cb7bc25 (diff)
downloadcoreclr-a96d2fef8edd01f57079f68d92189e1b84378fb8.tar.gz
coreclr-a96d2fef8edd01f57079f68d92189e1b84378fb8.tar.bz2
coreclr-a96d2fef8edd01f57079f68d92189e1b84378fb8.zip
Update docker images for arm32 (#17422)
* mark places that we need to change * update dockumentation for arm * update build.sh for arm * update dockers' versions * fix build.sh * change default version for arm/armem/arm64
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/linux-instructions.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/building/linux-instructions.md b/Documentation/building/linux-instructions.md
index e3738cdcc3..98222c520d 100644
--- a/Documentation/building/linux-instructions.md
+++ b/Documentation/building/linux-instructions.md
@@ -37,6 +37,8 @@ In order to get clang-3.9, llvm-3.9 and lldb-3.9 on Ubuntu 14.04, we need to add
~$ echo "deb http://llvm.org/apt/trusty/ llvm-toolchain-trusty-3.9 main" | sudo tee /etc/apt/sources.list.d/llvm.list
~$ wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add -
~$ sudo apt-get update
+
+Note: arm clang has a known issue with CompareExchange (#15074), so for arm you have to use clang-4.0 or higher, the official build uses clang-5.0.
For other version of Debian/Ubuntu, please visit http://apt.llvm.org/.