From: mtklein Date: Fri, 12 Feb 2016 20:58:09 +0000 (-0800) Subject: followups X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~129^2~2056 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c089ba5d69926986ec0c39222c4fe3081ab7c553;p=platform%2Fupstream%2FlibSkiaSharp.git followups BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1693823005 Review URL: https://codereview.chromium.org/1693823005 --- diff --git a/DEPS b/DEPS index 531f01f..b48ee88 100644 --- a/DEPS +++ b/DEPS @@ -51,7 +51,7 @@ deps = { # Mojo SDK for Mojo RPC experiments. "third_party/externals/mojo/public" : "https://chromium.googlesource.com/external/github.com/domokit/mojo_sdk@172be18ea745ab29aea132e6cb952e726dc32543", - + # xSAN bots build Clang from scratch. "third_party/externals/llvm": "https://llvm.googlesource.com/llvm@release_38", "third_party/externals/llvm/tools/clang": "https://llvm.googlesource.com/clang@release_38", "third_party/externals/llvm/projects/compiler-rt": "https://llvm.googlesource.com/compiler-rt@release_38", diff --git a/gyp/yasm.gyp b/gyp/yasm.gyp index 272778b..04e23cf 100644 --- a/gyp/yasm.gyp +++ b/gyp/yasm.gyp @@ -64,7 +64,11 @@ # Silence warnings in libc++ builds (C code doesn't need this flag). 'ldflags!': [ '-stdlib=libc++', '-fsanitize=<(skia_sanitizer)' ], # https://crbug.com/489901 - 'cflags!': [ '-fsanitize=bounds', '-fsanitize=<(skia_sanitizer)', '-fsanitize-memory-track-origins' ], + 'cflags!': [ + '-fsanitize=bounds', + '-fsanitize=<(skia_sanitizer)', + '-fsanitize-memory-track-origins', + ], 'libraries!': [ '-llog', ], }, 'targets': [