diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2013-03-26 03:45:47 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2013-03-26 03:45:47 +0000 |
| commit | 60d7006e9998a02106ea8232b6954adb324a210a (patch) | |
| tree | 46903a33493690712d645dd2f5419414c04a9117 /llvm/tools/llvm-extract | |
| parent | 8fbd91d44586015f1285343d21a4e4f2b93cc3a6 (diff) | |
| download | bcm5719-llvm-60d7006e9998a02106ea8232b6954adb324a210a.tar.gz bcm5719-llvm-60d7006e9998a02106ea8232b6954adb324a210a.zip | |
Manually update the dependencies in the Makefiles. It turns out that all
that work on the LLVMBuild based dependency specification didn't
actually work, we just now maintain dependencies in *3* places instead
of 2. Yay.
There may still be some missing dependencies, I'm still sifting through
the bots and my builds, but this is a step in the right direction.
llvm-svn: 177988
Diffstat (limited to 'llvm/tools/llvm-extract')
| -rw-r--r-- | llvm/tools/llvm-extract/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-extract/Makefile b/llvm/tools/llvm-extract/Makefile index a1e93f5ce46..d371c547592 100644 --- a/llvm/tools/llvm-extract/Makefile +++ b/llvm/tools/llvm-extract/Makefile @@ -9,7 +9,7 @@ LEVEL := ../.. TOOLNAME := llvm-extract -LINK_COMPONENTS := ipo bitreader bitwriter asmparser +LINK_COMPONENTS := ipo bitreader bitwriter asmparser irreader # This tool has no plugins, optimize startup time. TOOL_NO_EXPORTS := 1 |

