summaryrefslogtreecommitdiffstats
path: root/build/toolchain
diff options
context:
space:
mode:
authoramistry <amistry@chromium.org>2015-09-29 17:18:32 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-30 00:31:38 +0000
commite4309543a4dcca98d54ae0ae44cb2eaa3f287c95 (patch)
tree03c0f5bd1a9fbcfb2a99fe81633fc32999fa3c1d /build/toolchain
parentb8cc9ba3b9d0b8478bfd5d63130dfcfc69fbe6e6 (diff)
downloadchromium_src-e4309543a4dcca98d54ae0ae44cb2eaa3f287c95.zip
chromium_src-e4309543a4dcca98d54ae0ae44cb2eaa3f287c95.tar.gz
chromium_src-e4309543a4dcca98d54ae0ae44cb2eaa3f287c95.tar.bz2
Add Undefined Behaviour sanitizer support to GN.
BUG=527515 Review URL: https://codereview.chromium.org/1379503002 Cr-Commit-Position: refs/heads/master@{#351447}
Diffstat (limited to 'build/toolchain')
-rw-r--r--build/toolchain/gcc_toolchain.gni1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/toolchain/gcc_toolchain.gni b/build/toolchain/gcc_toolchain.gni
index 3871b3f..042a836 100644
--- a/build/toolchain/gcc_toolchain.gni
+++ b/build/toolchain/gcc_toolchain.gni
@@ -353,6 +353,7 @@ template("gcc_toolchain") {
is_msan = false
is_syzyasan = false
is_tsan = false
+ is_ubsan = false
}
}