summaryrefslogtreecommitdiff
path: root/test/Makefile.tests
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2003-07-08 18:39:51 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2003-07-08 18:39:51 +0000
commit1239874a1e46c0d43517b24f6bcc0d7b5d590bfb (patch)
tree31c3b78e4457294ff42f51cddc6d7926881010d7 /test/Makefile.tests
parentf2e343b2da3ca0dfc8d437ffa12c577aadb631ce (diff)
downloadllvm-1239874a1e46c0d43517b24f6bcc0d7b5d590bfb.tar.gz
llvm-1239874a1e46c0d43517b24f6bcc0d7b5d590bfb.tar.bz2
llvm-1239874a1e46c0d43517b24f6bcc0d7b5d590bfb.tar.xz
Use libinstr.$(ARCH).a instead of libinstr64.a
Also, $(RM) needs -f flag. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7128 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index 3d66f17b32..c4e7090687 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -75,14 +75,14 @@ else
endif
endif
ifeq ($(DOTRACING), yes)
- TRACELIBS := -L$(LEVEL)/test/Libraries/Output -linstr64
+ TRACELIBS := -L$(LEVEL)/test/Libraries/Output -linstr.$(ARCH)
endif
LLCLIBS := $(LLCLIBS) -lm
clean::
- $(RM) a.out core
+ $(RM) -f a.out core
$(RM) -rf Output/
# Compile from X.c to Output/X.ll