diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2015-03-07 09:03:17 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2015-03-07 09:03:17 +0000 |
| commit | 9244582b8d47d6dcdcfcd79a6f8c3347fd0c9166 (patch) | |
| tree | 812c79da257898d3636d5aadc2bc26662fdc5f28 | |
| parent | 1ff7724da575523810806563dc7cb73d218f9a5e (diff) | |
| download | bcm5719-llvm-9244582b8d47d6dcdcfcd79a6f8c3347fd0c9166.tar.gz bcm5719-llvm-9244582b8d47d6dcdcfcd79a6f8c3347fd0c9166.zip | |
Update makefile to reflect that the Passes directory is gone here.
llvm-svn: 231557
| -rw-r--r-- | lld/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/Makefile b/lld/lib/Makefile index 375d50510fb..83112eaf972 100644 --- a/lld/lib/Makefile +++ b/lld/lib/Makefile @@ -9,7 +9,7 @@ LLD_LEVEL := .. # ARCMigrate and Rewrite are always needed because of libclang. -PARALLEL_DIRS = Config Core Driver Passes ReaderWriter +PARALLEL_DIRS = Config Core Driver ReaderWriter include $(LLD_LEVEL)/../../Makefile.config |

