Renaming LLVM as' to llvm-as'.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8188 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman
2003-08-28 21:32:57 +00:00
parent aeb54b882c
commit cbb62dd6b7
3 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
LEVEL = ../..
TOOLNAME = as
TOOLNAME = llvm-as
USEDLIBS = asmparser bcwriter vmcore support.a
include $(LEVEL)/Makefile.common