From 4b9506bc3c6e06958d1c38abe56b034777d48d5c Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Mon, 27 Nov 2017 16:53:40 -0500 Subject: 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 Commit-Queue: Mike Klein --- site/dev/contrib/jumper.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'site/dev') 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 -- cgit v1.2.3