Lines Matching refs:ROOT
129 # Add the root component.
130 if '$ROOT' in self.component_info_map:
131 fatal("project is not allowed to define $ROOT component")
132 self.component_info_map['$ROOT'] = componentinfo.GroupComponentInfo(
133 '/', '$ROOT', None)
134 self.component_infos.append(self.component_info_map['$ROOT'])
201 visit(self.component_info_map['$ROOT'])
208 # Ignore the $ROOT component.
217 # Ignore root components.
848 group.add_option("", "--source-root", dest="source_root", metavar="PATH",
851 group.add_option("", "--llvmbuild-source-root",
856 group.add_option("", "--build-root", dest="build_root", metavar="PATH",
887 the inferred or given source root, and with a '.in' suffix) by replacing certain
889 example, targets with AsmPrinters) and write the result to the build root (as
890 given by --build-root) at the same SUBPATH""",
919 parser.error('invalid LLVM source root: %r' % source_root)
927 parser.error('unable to infer LLVM source root, please specify')
969 # Verify we were given a build root.
971 parser.error("must specify --build-root when using "