aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2017-11-27 16:53:40 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-11-27 22:19:17 +0000
commit4b9506bc3c6e06958d1c38abe56b034777d48d5c (patch)
treeda8b1927d888ed004e0756796f77c7f4bd290bd1 /site/dev
parent778a2c984e4b5b4702926618cea567a658b2a979 (diff)
update SkJumper docs to Clang 5
We have been using Clang 5 since it was released, starting with this CL: https://skia-review.googlesource.com/44241 Change-Id: I8167223d9fffc3bf065b6889097ad37648b069d3 Reviewed-on: https://skia-review.googlesource.com/76540 Reviewed-by: Yuqian Li <liyuqian@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'site/dev')
-rw-r--r--site/dev/contrib/jumper.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/dev/contrib/jumper.md b/site/dev/contrib/jumper.md
index 757697f653..cfd8f5fb8e 100644
--- a/site/dev/contrib/jumper.md
+++ b/site/dev/contrib/jumper.md
@@ -15,8 +15,8 @@ through this process and ease some of that annoyance.
One-time Setup
--------------
-To generate stage code you need Clang 4.0, objdump, and ccache. It's best that
-Clang is exactly the same version we typically use (as of writing 4.0.0) and
+To generate stage code you need Clang 5.0, objdump, and ccache. It's best that
+Clang is exactly the same version we typically use (as of writing 5.0.0) and
you'll need objdump to be compiled with support for x86-64, ARMv7, and ARMv8.
The easiest way to satisfy these contraints is to get your hands on a Mac and
@@ -32,7 +32,7 @@ Setting up GN
With your tools installed, tell GN about them
- skia_jumper_clang = path/to/clang-4.0
+ skia_jumper_clang = path/to/clang-5.0
skia_jumper_objdump = path/to/gobjdump
skia_jumper_ccache = path/to/ccache