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

Unified Diff: build/config/BUILDCONFIG.gn

Issue 2375783002: Add an `auto_profile_path` flag to GN to control AFDO. (Closed)
Patch Set: Created 4 years, 3 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
Index: build/config/BUILDCONFIG.gn
diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
index 071b54413c5ed59223585328bbf39aaabeacd89b..61058175963ef18618b5397deda0f44a2e6703b5 100644
--- a/build/config/BUILDCONFIG.gn
+++ b/build/config/BUILDCONFIG.gn
@@ -467,6 +467,7 @@ set_sources_assignment_filter(sources_assignment_filter)
# Holds all configs used for running the compiler.
default_compiler_configs = [
"//build/config:feature_flags",
+ "//build/config/compiler:afdo",
"//build/config/compiler:compiler",
"//build/config/compiler:clang_stackrealign",
"//build/config/compiler:compiler_arm_fpu",

Powered by Google App Engine
This is Rietveld 408576698