Displaying 2 results from an estimated 2 matches for "distcheckdir".
2005 Jan 26
0
[LLVMdev] Some bugs (?) in LLVM Makefile.rules file
Reading Makefile.rules i found some unclear places in file:
Line 553:
LinkMOdule += -Xlinker -internalize-public-api-file=$(EXPORTED_SYMBOL_FILE)
Maybe it must be LinkModule += ... ?
Line 1283:
DistCheckDir := $(LLVM_OBJ_ROOT)/_distcheckdir
Maybe it must be:
DistCheckDir := $(PROJ_OBJ_ROOT)/_distcheckdir
Vladimir
2005 May 19
3
[LLVMdev] [Cygwin] llvm 'make install' build errors
Reid,
I think it is the first time it is run that the errors occcur !?
Not sure but that would seem logical.
Aaron