File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 45
45
}, {
46
46
'os_posix' : 1 ,
47
47
'v8_postmortem_support%' : 'true' ,
48
+ 'clang_dir' : '<!(cd <(DEPTH) && pwd -P)/third_party/llvm-build/Release+Asserts' ,
48
49
}],
49
50
['GENERATOR == "ninja" or OS== "mac"' , {
50
51
'OBJ_DIR' : '<(PRODUCT_DIR)/obj' ,
66
67
],
67
68
},
68
69
70
+ 'conditions' : [
71
+ [ 'clang==1 and OS != "mac"' , {
72
+ 'make_global_settings' : [
73
+ ['CC' , '<(clang_dir)/bin/clang' ],
74
+ ['CXX' , '<(clang_dir)/bin/clang++' ],
75
+ ['CC.host' , '$(CC)' ],
76
+ ['CXX.host' , '$(CXX)' ],
77
+ ],
78
+ }],
79
+ ],
69
80
'target_defaults' : {
70
81
'default_configuration' : 'Release' ,
71
82
'variables' : {
157
168
],
158
169
},
159
170
'Debug_Base' : {
171
+ 'abstract' : 1 ,
160
172
'variables' : {
161
173
'v8_enable_handle_zapping' : 1 ,
162
174
},
192
204
},
193
205
},
194
206
'Release_Base' : {
207
+ 'abstract' : 1 ,
195
208
'variables' : {
196
209
'v8_enable_handle_zapping' : 0 ,
197
210
},
You can’t perform that action at this time.
0 commit comments