Home
last modified time | relevance | path

Searched refs:obj_files (Results 1 – 2 of 2) sorted by relevance

/external/catch2/scripts/
DbenchmarkCompile.py69 obj_files = glob.glob('*.o')
71 subprocess.check_call([compiler_path] + flags + obj_files)
/external/swiftshader/third_party/subzero/pydir/
Dbuild-runtime.py33 def PartialLink(obj_files, extra_args, lib, verbose): argument
38 ] + extra_args + obj_files, echo=verbose)