summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/Makefile.common2
-rw-r--r--llvm/Makefile.rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/Makefile.common b/llvm/Makefile.common
index a3ac71968cc..a376a113cab 100644
--- a/llvm/Makefile.common
+++ b/llvm/Makefile.common
@@ -39,7 +39,7 @@ BURG = /home/vadve/vadve/Research/DynOpt/Burg/burg
BURG_OPTS = -I
-PURIFY = /usr/dcs/applications/purify/bin/purify -cache-dir="/home/vadve/lattner/purifycache" -chain-length="10" -messages=all
+PURIFY = /usr/dcs/applications/purify/bin/purify -cache-dir="$(HOME)/purifycache" -chain-length="30" -messages=all
#---------------------------------------------------------
# Compilation options...
diff --git a/llvm/Makefile.rules b/llvm/Makefile.rules
index a3ac71968cc..a376a113cab 100644
--- a/llvm/Makefile.rules
+++ b/llvm/Makefile.rules
@@ -39,7 +39,7 @@ BURG = /home/vadve/vadve/Research/DynOpt/Burg/burg
BURG_OPTS = -I
-PURIFY = /usr/dcs/applications/purify/bin/purify -cache-dir="/home/vadve/lattner/purifycache" -chain-length="10" -messages=all
+PURIFY = /usr/dcs/applications/purify/bin/purify -cache-dir="$(HOME)/purifycache" -chain-length="30" -messages=all
#---------------------------------------------------------
# Compilation options...
OpenPOWER on IntegriCloud