Reviewers: Benedikt Meurer,

Description:
Disable linker threading in LTO builds, as it causes intermittent link failures.

BUG=513074
[email protected]

Please review this at https://codereview.chromium.org/1249273003/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+3, -1 lines):
  M build/toolchain.gypi


Index: build/toolchain.gypi
diff --git a/build/toolchain.gypi b/build/toolchain.gypi
index 4dbf42bfe3795c6ba16ab24dcef82914dd8dadd5..a8a3b56ec22a2b761cfff51f95dc393b38000649 100644
--- a/build/toolchain.gypi
+++ b/build/toolchain.gypi
@@ -1149,7 +1149,9 @@
               }],
             ],
           }],
-          ['linux_use_gold_flags==1', {
+ # TODO(pcc): Re-enable in LTO builds once we've fixed the intermittent
+          # link failures (crbug.com/513074).
+          ['linux_use_gold_flags==1 and use_lto==0', {
             'target_conditions': [
               ['_toolset=="target"', {
                 'ldflags': [


--
--
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.

Reply via email to