Home | History | Annotate | Download | only in llvmbuild

Lines Matching refs:fragment

237                 fragment = """\
240 fragments.append(("common", fragment))
245 fragment = ci.get_llvmbuild_fragment()
246 if fragment is None:
250 fragments.append((name, fragment))
305 # Write out each fragment.each component fragment.
306 for name,fragment in fragments:
311 f.write(fragment)
312 if fragment is not fragments[-1][1]:
458 rebuild of the fragment).
461 # Construct a list of all the dependencies of the Makefile fragment
497 Generate a CMake fragment which includes all of the collated LLVMBuild
505 # Write out the CMake fragment.
535 # LLVMBuild CMake fragment dependencies.
575 Generate a Makefile fragment which includes all of the collated
583 # Write out the Makefile fragment.
611 # Write the dependencies for the fragment.
619 print >>f, "# The dependencies for this Makefile fragment itself."
771 group.add_option("", "--write-cmake-fragment",
775 group.add_option("", "--write-make-fragment",
849 # Write out the make fragment, if requested.
853 # Write out the cmake fragment, if requested.