search for: intrinsictd

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

Did you mean: intrinsicid
2008 Jan 03
2
[LLVMdev] Building LLVM on Windows
...torize all the calls to tblgen with such a function). Index: lib/VMCore/Makefile =================================================================== --- lib/VMCore/Makefile (revision 45533) +++ lib/VMCore/Makefile (working copy) @@ -21,7 +21,7 @@ $(ObjDir)/Intrinsics.gen.tmp: $(ObjDir)/.dir $(INTRINSICTDS) $(TBLGEN) $(Echo) Building Intrinsics.gen.tmp from Intrinsics.td - $(Verb) $(TableGen) $(INTRINSICTD) -o $@ -gen-intrinsic + $(Verb) $(TableGen) $(call SYSPATH, $(INTRINSICTD)) -o $(call SYSPATH, $@) -gen-intrinsic $(GENFILE): $(ObjDir)/Intrinsics.gen.tmp $(Verb) $(CMP) -s $@ $< || (...