File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
diff --git a/build/config/clang/clang.gni b/build/config/clang/clang.gni
2
- index 7196fcf6c1..423ffbdd09 100644
2
+ index 1aad3d60b8404..c600c0edf481c 100644
3
3
--- a/build/config/clang/clang.gni
4
4
+++ 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))
7
7
8
8
clang_base_path = default_clang_base_path
9
9
+
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
12
12
}
13
13
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
14
- index d3adf9735c..6bad05bf7e 100644
14
+ index e89b62eb0aaf6..58bcaac2ffbf8 100644
15
15
--- a/build/config/compiler/BUILD.gn
16
16
+++ b/build/config/compiler/BUILD.gn
17
- @@ -838 ,6 +838 ,10 @@ config("compiler") {
17
+ @@ -847 ,6 +847 ,10 @@ config("compiler") {
18
18
}
19
19
}
20
20
You can’t perform that action at this time.
0 commit comments