Commit 226488ab authored by thestig's avatar thestig Committed by Commit bot

Linux: Enable multi-threading with the gold linker.

BUG=161942

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

Cr-Commit-Position: refs/heads/master@{#314991}
parent a2c28438
...@@ -4405,10 +4405,8 @@ ...@@ -4405,10 +4405,8 @@
# https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/281527606915bb36 # https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/281527606915bb36
# Only apply this to the target linker, since the host # Only apply this to the target linker, since the host
# linker might not be gold, but isn't used much anyway. # linker might not be gold, but isn't used much anyway.
# TODO(raymes): Disable threading because gold is frequently '-Wl,--threads',
# crashing on the bots: crbug.com/161942. '-Wl,--thread-count=4',
# '-Wl,--threads',
# '-Wl,--thread-count=4',
], ],
}], }],
], ],
......
...@@ -380,10 +380,8 @@ config("compiler") { ...@@ -380,10 +380,8 @@ config("compiler") {
# https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/281527606915bb36 # https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/281527606915bb36
# Only apply this to the target linker, since the host # Only apply this to the target linker, since the host
# linker might not be gold, but isn't used much anyway. # linker might not be gold, but isn't used much anyway.
# TODO(raymes): Disable threading because gold is frequently "-Wl,--threads",
# crashing on the bots: crbug.com/161942. "-Wl,--thread-count=4",
#"-Wl,--threads",
#"-Wl,--thread-count=4",
] ]
} }
......
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