Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Unified Diff: src/trusted/service_runtime/linux/toolchain/BUILD.gn

Issue 2004303005: Force split-dwarf off for nacl_helper_bootstrap. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: add comment Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/linux/toolchain/BUILD.gn
diff --git a/src/trusted/service_runtime/linux/toolchain/BUILD.gn b/src/trusted/service_runtime/linux/toolchain/BUILD.gn
index 75f5a76e77be48de6ff145c9903bdf1d758210b0..bbe9e531f88deae152a780839ebf737f5a0f6901 100644
--- a/src/trusted/service_runtime/linux/toolchain/BUILD.gn
+++ b/src/trusted/service_runtime/linux/toolchain/BUILD.gn
@@ -7,12 +7,14 @@ import("//build/toolchain/gcc_toolchain.gni")
# This toolchain's sole purpose is to compile nacl_helper_bootstrap.c.
# That requires a separate toolchain because that's the most reasonable way
# to instantiate the standard configs in a context where use_gold=false
-# when the main build is using use_gold=true. See ../BUILD.gn for details.
+# and use_debug_fission=false when the main build is using either
+# use_gold=true or use_debug_fission=true. See ../BUILD.gn for details.
template("nacl_bootstrap_toolchain") {
clang_toolchain(target_name) {
toolchain_cpu = invoker.toolchain_cpu
toolchain_os = target_os
+ use_debug_fission = false
use_gold = false
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698