Searched refs:on_clone (Results 1 – 5 of 5) sorted by relevance
/external/llvm/utils/lit/lit/ |
D | TestingConfig.py | 48 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/ |
D | lit.cfg | 14 # set by on_clone().
|
/external/llvm/utils/lit/lit/ExampleTests/LLVM.OutOfTree/src/test/ |
D | lit.cfg | 14 # set by on_clone().
|
/external/llvm/docs/CommandGuide/ |
D | lit.rst | 311 **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/ |
D | lit.cfg | 43 # set by on_clone().
|