Reviewers: jochen (slow), Jakob,
Message:
PTAL - will make sure the linux32 builder is a 64 bit bot before landing...
Description:
Reland Make clang the default on linux.
BUG=
Please review this at https://codereview.chromium.org/861223002/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+7, -1 lines):
M build/standalone.gypi
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index
c0979a8f6e46a6823110e14e3ae2d3b85f5f8781..f99e670a8fddf446eafb1b2258592aff3c65abd3
100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -120,7 +120,13 @@
}, {
'v8_enable_gdbjit%': 0,
}],
- ['OS=="mac"', {
+ ['OS=="linux" and \
+ (v8_target_arch!="arm" or target_arch!="arm") and \
+ (v8_target_arch!="arm64" or target_arch!="arm64") and \
+ (v8_target_arch!="mips" or target_arch!="mips") and \
+ (v8_target_arch!="mipsel" or target_arch!="mipsel") and \
+ (v8_target_arch!="mips64el" or target_arch!="mips64el") or \
+ OS=="mac"', {
'clang%': 1,
}, {
'clang%': 0,
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.