diff options
| author | Bill Wendling <isanbard@gmail.com> | 2012-09-30 11:22:45 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2012-09-30 11:22:45 +0000 |
| commit | 446fb688940334ad8048b1dff4043532b3953492 (patch) | |
| tree | ec5fa0a311358625ed6c84f653e1b5f21f24cc2e /clang/tools | |
| parent | 5e561bbd5dcedf5338e939ef8ead1eadd797240c (diff) | |
| download | bcm5719-llvm-446fb688940334ad8048b1dff4043532b3953492.tar.gz bcm5719-llvm-446fb688940334ad8048b1dff4043532b3953492.zip | |
Remove this hack in favor of another, better way of performing the same thing.
llvm-svn: 164915
Diffstat (limited to 'clang/tools')
| -rw-r--r-- | clang/tools/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/tools/Makefile b/clang/tools/Makefile index f271e139e29..e7aa2fa4ffa 100644 --- a/clang/tools/Makefile +++ b/clang/tools/Makefile @@ -14,10 +14,6 @@ include $(CLANG_LEVEL)/../../Makefile.config DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \ clang-check -ifeq ($(CLANG_NO_TEST_TOOLS),YES) -DIRS := driver libclang -endif - # Recurse into the extra repository of tools if present. OPTIONAL_DIRS := extra |

