diff options
author | Chris Lattner <sabre@nondot.org> | 2001-10-31 04:29:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-10-31 04:29:30 +0000 |
commit | f83bcfcd00c57f98875f68d84a1cbaf5ddff754b (patch) | |
tree | 137a8d065d8020651461756cba08f2163a1b429e | |
parent | ecbde333a2ec5a32958fc5c9c4d87fb50c07b176 (diff) |
Build new gccas tool
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1059 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index eb4cf375bc..4445481f2e 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = as dis opt link analyze lli llc +DIRS = as dis opt link gccas lli llc analyze include $(LEVEL)/Makefile.common |