Lines Matching refs:site
91 # Otherwise, we haven't loaded the site specific configuration (the user is
92 # probably trying to run on a test file directly, and either the site
106 # automagically generate the lit.site.cfg if we are in some kind of fresh
112 lit.fatal('No site specific configuration available!')
121 lit.fatal('No site specific configuration available!')
123 # Check that the site specific configuration exists.
124 site_cfg = os.path.join(llvm_obj_root, 'test', 'lit.site.cfg')
126 lit.fatal('No site specific configuration available!')
135 # Load site data from DejaGNU's site.exp.
138 # FIXME: Implement lit.site.cfg.
139 for line in open(os.path.join(config.llvm_obj_root, 'test', 'site.exp')):