Home | History | Annotate | Download | only in LLVM

Lines Matching full:lopt

473 ifndef LOPT

474 LOPT := $(LLVMToolDir)/opt$(EXEEXT)
1651 $(ObjectsBC): $(ObjDir)/%.bc: $(ObjDir)/%.ll $(LOPT)
1653 $(Verb) $(LOPT) $< -std-compile-opts -o $@
1655 $(ObjectsBC): $(ObjDir)/%.bc: $(ObjDir)/%.ll $(LOPT)
1657 $(Verb) $(LOPT) $< -std-compile-opts -strip-debug -o $@