Skip to content

Commit 598c41f

Browse files
Rebase Chromium Bitcode embedding patch
1 parent 02a0276 commit 598c41f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

experimental/chromium-bitcode-embedding.patch

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
diff --git a/build/config/clang/clang.gni b/build/config/clang/clang.gni
2-
index 7196fcf6c1..423ffbdd09 100644
2+
index 1aad3d60b8404..c600c0edf481c 100644
33
--- a/build/config/clang/clang.gni
44
+++ b/build/config/clang/clang.gni
5-
@@ -15,4 +15,7 @@ declare_args() {
6-
default_toolchain != "//build/toolchain/cros:target"
5+
@@ -19,4 +19,7 @@ declare_args() {
6+
((is_linux && !is_castos) || (is_android && !is_cast_android))
77

88
clang_base_path = default_clang_base_path
99
+
10-
+ # Specifies whether or not bitcode should be embedded in all compiled targets
11-
+ clang_embed_bitcode = false
10+
+ # Specifies whether or not bitcode should be embedded in all compiled targets
11+
+ clang_embit_bitcode = false
1212
}
1313
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
14-
index d3adf9735c..6bad05bf7e 100644
14+
index e89b62eb0aaf6..58bcaac2ffbf8 100644
1515
--- a/build/config/compiler/BUILD.gn
1616
+++ b/build/config/compiler/BUILD.gn
17-
@@ -838,6 +838,10 @@ config("compiler") {
17+
@@ -847,6 +847,10 @@ config("compiler") {
1818
}
1919
}
2020

0 commit comments

Comments
 (0)