Commit 4cc85268 authored by machenbach's avatar machenbach Committed by Commit bot

Reland Make clang the default on linux.

TBR=jochen@chromium.org,jkummerow@chromium.org
NOTREECHECKS=true
NOTRY=true

Review URL: https://codereview.chromium.org/862173002

Cr-Commit-Position: refs/heads/master@{#26206}
parent b0ea0810
......@@ -146,7 +146,7 @@
}, {
'v8_enable_gdbjit%': 0,
}],
['OS=="mac"', {
['(OS=="linux" or OS=="mac") and (target_arch=="ia32" or target_arch=="x64")', {
'clang%': 1,
}, {
'clang%': 0,
......
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