| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 4fcd2117ffcf7a630d5e607cfdf6b41d850321e1..586668ae3927d94384df495d04ed9ce5de79acb9 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -5890,6 +5890,17 @@
|
| ],
|
| },
|
| }],
|
| + ['use_lto==1 and clang==1', {
|
| + 'target_defaults': {
|
| + 'target_conditions': [
|
| + ['_toolset=="target"', {
|
| + 'arflags': [
|
| + '--plugin', '<(DEPTH)/<(make_clang_dir)/lib/LLVMgold.so',
|
| + ],
|
| + }],
|
| + ],
|
| + },
|
| + }],
|
| ['(use_lto==1 or use_lto_o2==1) and clang==0', {
|
| 'target_defaults': {
|
| 'target_conditions': [
|
|
|