diff options
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index b75762f..247450c 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,4 +1,4 @@ -LLVM := /home/vadve/vadve/Research/DynOpt/LLVM/llvm +LLVM := .. LLC := $(LLVM)/tools/llc/llc AS := $(LLVM)/tools/as/as LLCOPTS := -dsched t |