Split Checker up properly into templated and non-templated definitions.
--HG-- extra : convert_revision : 3ead18e42f4a536f2f868da07cb81a8940a7fa2f
This commit is contained in:
@@ -184,6 +184,7 @@ if 'OzoneCPU' in env['CPU_MODELS']:
|
||||
sources += Split('ozone/checker_builder.cc')
|
||||
|
||||
if env['USE_CHECKER']:
|
||||
sources += Split('checker/cpu.cc')
|
||||
checker_supports = False
|
||||
for i in CheckerSupportedCPUList:
|
||||
if i in env['CPU_MODELS']:
|
||||
|
||||
Reference in New Issue
Block a user