Skip to content

Commit

Permalink
Add library dep
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Jul 25, 2001
1 parent da5cfa3 commit 0c4897e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/as/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ all:: as
clean::
rm -f as

as : $(ObjectsG)
as : $(ObjectsG) ../../lib/Assembly/Parser/Debug/libasmparser.a
$(LinkG) -o as $(ObjectsG) -lasmparser -lbcwriter -lasmwriter -lanalysis -lvmcore -lsupport
2 changes: 1 addition & 1 deletion tools/llvm-as/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ all:: as
clean::
rm -f as

as : $(ObjectsG)
as : $(ObjectsG) ../../lib/Assembly/Parser/Debug/libasmparser.a
$(LinkG) -o as $(ObjectsG) -lasmparser -lbcwriter -lasmwriter -lanalysis -lvmcore -lsupport

0 comments on commit 0c4897e

Please sign in to comment.