File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,12 @@ git apply $WORKING_DIR/ml-compiler-opt/experimental/chromium-thinlto-corpus-extr
89
89
This will make a ` clang_embed_bitcode ` flag and a ` lld_emit_index ` flag
90
90
available in the gn configuration.
91
91
92
+ ** Note:** These patches may or may not work depending on code churn within the
93
+ Chromium code base. They were generated with Chromium at commit
94
+ ` ee3114540941f915c673c85d1f21b9c16a42a287 ` . Doing a full fetch (i.e., omitting
95
+ the ` --no-history ` flag) and then checking out that commit will give the best
96
+ chance of success.
97
+
92
98
Now that this is all in place, you need to run the Chromium hooks in order to
93
99
get the development environment ready for a full compilation:
94
100
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ index 1aad3d60b8404..c600c0edf481c 100644
8
8
clang_base_path = default_clang_base_path
9
9
+
10
10
+ # Specifies whether or not bitcode should be embedded in all compiled targets
11
- + clang_embit_bitcode = false
11
+ + clang_embed_bitcode = false
12
12
}
13
13
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
14
14
index e89b62eb0aaf6..58bcaac2ffbf8 100644
You can’t perform that action at this time.
0 commit comments