diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-25 20:22:06 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-25 20:22:06 +0000 |
| commit | d3f2e95e6c022db8194f68960cbf53cb725f54f7 (patch) | |
| tree | bd71a5cdfc23078ef97b3d52c3a0bb0d53b49713 /llvm/tools/llvm-nm | |
| parent | 550df1bbefd76d968889e3426579b7fbfe97c2d5 (diff) | |
| download | bcm5719-llvm-d3f2e95e6c022db8194f68960cbf53cb725f54f7.tar.gz bcm5719-llvm-d3f2e95e6c022db8194f68960cbf53cb725f54f7.zip | |
Add LLVMbzip2 library, now required.
llvm-svn: 18255
Diffstat (limited to 'llvm/tools/llvm-nm')
| -rw-r--r-- | llvm/tools/llvm-nm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/llvm-nm/Makefile b/llvm/tools/llvm-nm/Makefile index bc8befc541b..9868b2ab9ae 100644 --- a/llvm/tools/llvm-nm/Makefile +++ b/llvm/tools/llvm-nm/Makefile @@ -9,5 +9,6 @@ LEVEL = ../.. TOOLNAME = llvm-nm -USEDLIBS = LLVMArchive.a LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a +USEDLIBS = LLVMArchive.a LLVMBCReader \ + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common |

