diff options
author | Chris Lattner <sabre@nondot.org> | 2001-07-21 21:04:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-07-21 21:04:03 +0000 |
commit | ea1c7b6f7d9b14eb6124a7db904b0c322c5511ee (patch) | |
tree | cf78297b148d3aef60eb9b51fba7a2e323e60719 /tools | |
parent | 7e583cfafeb07713e5ceadcfe28b70111a528d97 (diff) | |
download | external_llvm-ea1c7b6f7d9b14eb6124a7db904b0c322c5511ee.zip external_llvm-ea1c7b6f7d9b14eb6124a7db904b0c322c5511ee.tar.gz external_llvm-ea1c7b6f7d9b14eb6124a7db904b0c322c5511ee.tar.bz2 |
Make sure we build all of the code!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 0b1d4df..c69e774 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,5 +1,5 @@ LEVEL = .. -DIRS = dis as opt analyze +DIRS = dis as opt analyze llc include $(LEVEL)/Makefile.common |