mtklein 2016-02-12 12:58:09 -08:00 committed by Commit bot
parent c34940ec16
commit c089ba5d69
2 changed files with 6 additions and 2 deletions

2
DEPS
View File

@ -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",

View File

@ -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': [