aboutsummaryrefslogtreecommitdiff
path: root/LLVMSource
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@cs.uiuc.edu>2004-01-13 22:10:05 +0000
committerBrian Gaeke <gaeke@cs.uiuc.edu>2004-01-13 22:10:05 +0000
commitf655fb74de36edd89bba1dc96b4b41df12b53b1e (patch)
tree1538e14dc8f0497bba612c0d54080708da73848c /LLVMSource
parent13cff2fc2c0966106edfae12b9c8e939f01b51cb (diff)
Use LLVMAS instead of LAS. (Big shout out to all our fans in LAS.)
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@10828 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'LLVMSource')
-rw-r--r--LLVMSource/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/LLVMSource/Makefile b/LLVMSource/Makefile
index e7a3fb6e..7917c848 100644
--- a/LLVMSource/Makefile
+++ b/LLVMSource/Makefile
@@ -12,8 +12,8 @@ include $(LEVEL)/test/Programs/Makefile.programs
LLVM_SOURCE_BYTECODES := $(PROGRAMS_TO_TEST:%=Output/%.llvm.bc)
$(LLVM_SOURCE_BYTECODES): \
-Output/%.llvm.bc: %.ll $(LAS) Output/.dir
- $(LAS) $< -f -o $@
+Output/%.llvm.bc: %.ll $(LLVMAS) Output/.dir
+ $(LLVMAS) $< -f -o $@
all:: $(CBEOUTPUT)