Home
last modified time | relevance | path

Searched refs:on_clone (Results 1 – 5 of 5) sorted by relevance

/external/llvm/utils/lit/lit/
DTestingConfig.py48 on_clone = None,
88 environment, substitutions, unsupported, on_clone, argument
98 self.on_clone = on_clone
111 self.unsupported, self.on_clone,
115 if cfg.on_clone:
116 cfg.on_clone(self, cfg, path)
/external/llvm/utils/lit/lit/ExampleTests/LLVM.InTree/test/
Dlit.cfg14 # set by on_clone().
/external/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/
Dlit.cfg14 # set by on_clone().
/external/llvm/docs/CommandGuide/
Dlit.rst311 **on_clone** The config is actually cloned for every subdirectory inside a test
312 suite, to allow local configuration on a per-directory basis. The *on_clone*
316 *on_clone* function will generally modify), and (3) the test path to the new
/external/llvm/test/
Dlit.cfg43 # set by on_clone().