search for: gencallingconv

Displaying 1 result from an estimated 1 matches for "gencallingconv".

2008 Jan 03
2
[LLVMdev] Building LLVM on Windows
...r)/%GenSubtarget.inc.tmp): \ $(ObjDir)/%GenSubtarget.inc.tmp : %.td $(ObjDir)/.dir $(Echo) "Building $(<F) subtarget information with tblgen" - $(Verb) $(TableGen) -gen-subtarget -o $@ $< + $(Verb) $(TableGen) -gen-subtarget -o $(call SYSPATH, $@) $< $(TARGET:%=$(ObjDir)/%GenCallingConv.inc.tmp): \ $(ObjDir)/%GenCallingConv.inc.tmp : %.td $(ObjDir)/.dir $(Echo) "Building $(<F) calling convention information with tblgen" - $(Verb) $(TableGen) -gen-callingconv -o $@ $< + $(Verb) $(TableGen) -gen-callingconv -o $(call SYSPATH, $@) $< clean-local:: -$(Ver...