mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
commit
87f7853b9b
|
@ -889,7 +889,7 @@ def is_CXX_gpp():
|
|||
return is_compiler(CXX, 'g++')
|
||||
|
||||
def is_clang_in_gpp_form(cc):
|
||||
version_string = check_output([cc, '--version']).encode('utf-8').decode('utf-8')
|
||||
version_string = check_output([cc, '--version'])
|
||||
return version_string.find('clang') != -1
|
||||
|
||||
def is_CXX_clangpp():
|
||||
|
|
Loading…
Reference in a new issue