search for: proginstall

Displaying 6 results from an estimated 6 matches for "proginstall".

Did you mean: preinstall
2012 Aug 21
2
[LLVMdev] issues registering passes in osx 10.8
...tered pass listed. Further when I load the option I get an undefined symbol error from the linker. This is the command i issue and the output i get. >> > > It turns out that, on OS X, using the installed tool makes it unusable for plugins. If you edit this line of Makefile.rules: > ProgInstall = $(INSTALL) $(Install.StripFlag) -m 0755 > > so that it looks like this: > ProgInstall = $(INSTALL) -m 0755 > > it should work after installing. > -- > Joshua Cranmer > News submodule owner > DXR coauthor > _______________________________________________ > L...
2012 Aug 21
0
[LLVMdev] issues registering passes in osx 10.8
...e registered > pass listed. Further when I load the option I get an undefined symbol > error from the linker. This is the command i issue and the output i get. > It turns out that, on OS X, using the installed tool makes it unusable for plugins. If you edit this line of Makefile.rules: ProgInstall = $(INSTALL) $(Install.StripFlag) -m 0755 so that it looks like this: ProgInstall = $(INSTALL) -m 0755 it should work after installing. -- Joshua Cranmer News submodule owner DXR coauthor -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm....
2012 Aug 21
2
[LLVMdev] issues registering passes in osx 10.8
Hi everyone, This is Ashwin. I have a mac running osx 10.8. I am new to LLVM and have the version 3.1 installed. I am trying to get some LLVM transform passes running on my machine. After having compiled the LLVM source without making changes to the configuration files I am able to run the LLVM gcc and clang. But I am having some trouble using the passes. I tried loading the hello pass inside the
2012 Aug 22
0
[LLVMdev] issues registering passes in osx 10.8
...d. Further when I load the option I get an undefined symbol error from the linker. This is the command i issue and the output i get. >>> >> >> It turns out that, on OS X, using the installed tool makes it unusable for plugins. If you edit this line of Makefile.rules: >> ProgInstall = $(INSTALL) $(Install.StripFlag) -m 0755 >> >> so that it looks like this: >> ProgInstall = $(INSTALL) -m 0755 >> >> it should work after installing. >> -- >> Joshua Cranmer >> News submodule owner >> DXR coauthor >> ______________...
2008 Jan 03
2
[LLVMdev] Building LLVM on Windows
...-intrinsic $(GENFILE): $(ObjDir)/Intrinsics.gen.tmp $(Verb) $(CMP) -s $@ $< || ( $(CP) $< $@ && \ Index: Makefile.rules =================================================================== --- Makefile.rules (revision 45533) +++ Makefile.rules (working copy) @@ -483,8 +483,9 @@ ProgInstall = $(INSTALL) $(Install.StripFlag) -m 0755 ScriptInstall = $(INSTALL) -m 0755 DataInstall = $(INSTALL) -m 0644 -TableGen = $(TBLGEN) -I $(PROJ_SRC_DIR) -I$(PROJ_SRC_ROOT)/include \ - -I $(PROJ_SRC_ROOT)/lib/Target +TableGen = $(TBLGEN) -I $(call SYSPATH, $(PROJ_SRC_D...
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