Commit 1f273ccb authored by Wez's avatar Wez Committed by Commit Bot

Disable debug fission under Fuchsia.

The symbolization in the Fuchsia runner scripts is not set up to work
with debug information partly split from the binary.

Bug: 777008
Change-Id: Iedaf4fe56cc8092af21acfd0d244304982a6035c
Reviewed-on: https://chromium-review.googlesource.com/1170440Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#582344}
parent da2cbfa6
...@@ -168,7 +168,7 @@ if (gold_path == false) { ...@@ -168,7 +168,7 @@ if (gold_path == false) {
} }
if (use_debug_fission == "default") { if (use_debug_fission == "default") {
use_debug_fission = is_debug && !is_android && !is_win && use_debug_fission = is_debug && !is_android && !is_fuchsia && !is_win &&
(use_gold || use_lld) && cc_wrapper == "" (use_gold || use_lld) && cc_wrapper == ""
} }
......
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