diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/Makefile.common | 9 | ||||
| -rw-r--r-- | llvm/Makefile.rules | 9 | 
2 files changed, 18 insertions, 0 deletions
diff --git a/llvm/Makefile.common b/llvm/Makefile.common index 94195ebbd01..0c735d24f64 100644 --- a/llvm/Makefile.common +++ b/llvm/Makefile.common @@ -34,6 +34,9 @@ install ::  #LibInstDir=/usrl/local/lib/xxx  #DocInstDir=/usr/doc/xxx +BURG = /home/vadve/vadve/Research/DynOpt/Burg/burg +BURG_OPTS = -I +  #---------------------------------------------------------  # Compilation options...  #--------------------------------------------------------- @@ -51,6 +54,9 @@ LibPathsO = -L $(LEVEL)/lib/Support/Release \              -L $(LEVEL)/lib/CodeGen/TargetMachine/Release \              -L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release +##            -L $(LEVEL)/lib/CodeGen/InstrSched/Release \ + +  LibPathsG = $(LibPathsO:Release=Debug) @@ -62,6 +68,9 @@ LibsO = $(addsuffix /lib*.a,$(subst -L,,$(LibPathsO)))  LibsG = $(addsuffix /lib*.a,$(subst -L,,$(LibPathsG))) +# Special tools used while building +RunBurg  = $(BURG) $(BURG_OPTS) +  # Enable this for profiling support with 'gprof'  #Prof = -pg diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules index 94195ebbd01..0c735d24f64 100644 --- a/llvm/Makefile.rules +++ b/llvm/Makefile.rules @@ -34,6 +34,9 @@ install ::  #LibInstDir=/usrl/local/lib/xxx  #DocInstDir=/usr/doc/xxx +BURG = /home/vadve/vadve/Research/DynOpt/Burg/burg +BURG_OPTS = -I +  #---------------------------------------------------------  # Compilation options...  #--------------------------------------------------------- @@ -51,6 +54,9 @@ LibPathsO = -L $(LEVEL)/lib/Support/Release \              -L $(LEVEL)/lib/CodeGen/TargetMachine/Release \              -L $(LEVEL)/lib/CodeGen/TargetMachine/Sparc/Release +##            -L $(LEVEL)/lib/CodeGen/InstrSched/Release \ + +  LibPathsG = $(LibPathsO:Release=Debug) @@ -62,6 +68,9 @@ LibsO = $(addsuffix /lib*.a,$(subst -L,,$(LibPathsO)))  LibsG = $(addsuffix /lib*.a,$(subst -L,,$(LibPathsG))) +# Special tools used while building +RunBurg  = $(BURG) $(BURG_OPTS) +  # Enable this for profiling support with 'gprof'  #Prof = -pg  | 

