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-diff | |
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-diff')
-rw-r--r-- | llvm/tools/llvm-diff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-diff/Makefile b/llvm/tools/llvm-diff/Makefile index f7fa7159c54..bd97a6a9f5e 100644 --- a/llvm/tools/llvm-diff/Makefile +++ b/llvm/tools/llvm-diff/Makefile @@ -9,7 +9,7 @@ LEVEL := ../.. TOOLNAME := llvm-diff -LINK_COMPONENTS := asmparser bitreader +LINK_COMPONENTS := asmparser bitreader irreader # This tool has no plugins, optimize startup time. TOOL_NO_EXPORTS := 1 |