Commit 1d9cd30d authored by Mostyn Bramley-Moore's avatar Mostyn Bramley-Moore Committed by Commit Bot

NaCl toolchains are too old to support Clang's -ftime-trace flag

BUG=1015750

Change-Id: Id277dc2a8a63dc1e15520cad324245fa3187aee5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1871429Reviewed-by: default avatarTakuto Ikuta <tikuta@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Mostyn Bramley-Moore <mostynb@vewd.com>
Cr-Commit-Position: refs/heads/master@{#708113}
parent 8400e91c
......@@ -680,7 +680,7 @@ config("compiler") {
}
if (compiler_timing) {
if (is_clang) {
if (is_clang && !is_nacl) {
if (is_win) {
cflags += [ "/clang:-ftime-trace" ]
} else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment