Skip to content

Commit f949080

Browse files
zcbenztargos
authored andcommitted
build: set "clang" in config.gypi in GN build
PR-URL: #53004 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
1 parent 190129b commit f949080

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/generate_config_gypi.py

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def translate_config(out_dir, config, v8_config):
7979
},
8080
'variables': {
8181
'asan': bool_string_to_number(config['is_asan']),
82+
'clang': bool_to_number(config['is_clang']),
8283
'enable_lto': config['use_thin_lto'],
8384
'is_debug': bool_string_to_number(config['is_debug']),
8485
'llvm_version': 13,

0 commit comments

Comments
 (0)