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 4545 }, {
4646 'os_posix' : 1 ,
4747 'v8_postmortem_support%' : 'true' ,
48+ 'clang_dir' : '<!(cd <(DEPTH) && pwd -P)/third_party/llvm-build/Release+Asserts' ,
4849 }],
4950 ['GENERATOR == "ninja" or OS== "mac"' , {
5051 'OBJ_DIR' : '<(PRODUCT_DIR)/obj' ,
6667 ],
6768 },
6869
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+ ],
6980 'target_defaults' : {
7081 'default_configuration' : 'Release' ,
7182 'variables' : {
157168 ],
158169 },
159170 'Debug_Base' : {
171+ 'abstract' : 1 ,
160172 'variables' : {
161173 'v8_enable_handle_zapping' : 1 ,
162174 },
192204 },
193205 },
194206 'Release_Base' : {
207+ 'abstract' : 1 ,
195208 'variables' : {
196209 'v8_enable_handle_zapping' : 0 ,
197210 },
You can’t perform that action at this time.
0 commit comments