search for: printvars

Displaying 10 results from an estimated 10 matches for "printvars".

2009 Aug 31
3
[LLVMdev] rdynamic on Mac
Hi all, My example compiler is working fine on Linux, including the extern'd functions (via -rdynamic flag on linker), but a friend on a MacOS (Darwin) cannot find the extern'd function. LLVM ERROR: Program used external function 'printVar' which could not be resolved! I've read some posts on the web indicating problems with the -rdynamic option on Mac's GCC, but I'm
2004 Oct 23
1
[LLVMdev] UPDATE: Makefile.rules Changes (IMPORTANT)
...------------------------------------------------ > +# Define the various target sets > +#-------------------------------------------------------------------- > +RECURSIVE_TARGETS := all clean check install uninstall > +LOCAL_TARGETS := all-local clean-local check-local install-local printvars\ > + uninstall-local > +TOPLEV_TARGETS := dist dist-check dist-clean > +INTERNAL_TARGETS := preconditions > > -########################################################################### > -# Suffixes and implicit rules: > -# Empty out the list of suff...
2004 Oct 22
6
[LLVMdev] Makefile.rules Changes / automake update (IMPORTANT!)
...ould go. * $(LIBDIR) is where libraries should go * $(TOOLDIR) is where tools (executables) should go * VERBOSE=1 mode is now even quieter (a few rules were missing $(VERB) * Build messages have been corrected and made more indicative * The "prdirs" target has been replaced with the "printvars" target which prints values for interesting make variables, not just the directories. Brian: I've emailed your one Makefile change that you need to use in WholeReoptimizer library after you take the Makefile.rules update. Alkis: Some very minor changes were needed in your Java projec...
2004 Oct 22
0
[LLVMdev] Makefile.rules Changes / automake update (IMPORTANT!)
...is where libraries should go > * $(TOOLDIR) is where tools (executables) should go > * VERBOSE=1 mode is now even quieter (a few rules were missing $(VERB) > * Build messages have been corrected and made more indicative > * The "prdirs" target has been replaced with the "printvars" target which > prints values for interesting make variables, not just the directories. > > Brian: I've emailed your one Makefile change that you need to use in > WholeReoptimizer library after you take the Makefile.rules update. > > Alkis: Some very minor changes we...
2005 Mar 01
0
[LLVMdev] Typo in Makefile.rules and suugestion for Makefile.config.in
1) I find typo in Makefile.rules in printvars rule: - $(Echo) "Preconditions: " '$(Preconditions)' + $(Echo) "PreConditions: " '$(PreConditions)' 2) In Makefile.config.in PROJ_SRC_DIR define for LLVM build mode as PROJ_SRC_DIR := $(subst //,/,$(LLVM_SRC_ROOT)/$(patsubst $(PROJ_OBJ_ROOT)%,%,$(PROJ_OBJ_D...
2008 Apr 26
0
[LLVMdev] The source code Makefile (newbie with pass registering Problem)
...however I'm hoping it might > set someone on the right path to help. I've had problems passing > CPPFLAGS through from my Makefiles to the llvm compile command line. It > seems that anything I set in CPPFLAGS is set in the llvm Makefiles > themselves (seen through 'make printvars'), however they don't make it > to the gcc command line (see using 'make TOOL_VERBOSE=1'). > > I'm trying to add extra include paths to my build to modularise my > source better. > > Dominic > _______________________________________________ > LLVM Dev...
2008 Apr 22
2
[LLVMdev] The source code Makefile (newbie with pass registering Problem)
Hi!! It's me again. I guess that there is a problem in the Makefile of my source code. But I don't know where. Could you please verify it? The Makefile is written like this: # Makefile for Genetic Algorithm Pass CXXFLAGS = -Wall -I/iss/fpga3/nicole/galib247/ LDFLAGS= -L/iss/fpga3/nicole/galib247/ga/ -lga -Wl,-E # Path to top level of LLVM heirarchy LEVEL=../../../ # Name of the
2008 May 16
0
[LLVMdev] Size and performance figures for LLVM?
On May 14, 2008, at 4:46 AM, Dominic Hamon wrote: > Bill Wendling wrote: >> On Tue, May 13, 2008 at 2:24 AM, Joachim Durchholz >> <jo at durchholz.org> wrote: >> >>> Am Dienstag, den 13.05.2008, 00:42 -0700 schrieb Bill Wendling: >>> >>>> Sorry to step into this in the middle of a thread, but what >>>> exactly is
2008 May 14
2
[LLVMdev] Size and performance figures for LLVM?
Bill Wendling wrote: > On Tue, May 13, 2008 at 2:24 AM, Joachim Durchholz <jo at durchholz.org> wrote: > >> Am Dienstag, den 13.05.2008, 00:42 -0700 schrieb Bill Wendling: >> >>> Sorry to step into this in the middle of a thread, but what exactly is >>> LLVM's autoconf doing that "autoconf shouldn't do if properly set up"?
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