diff options
author | Daniel Malea <daniel.malea@intel.com> | 2013-03-28 17:08:09 +0000 |
---|---|---|
committer | Daniel Malea <daniel.malea@intel.com> | 2013-03-28 17:08:09 +0000 |
commit | da0a3267026006c27168f176d3c8a4c10198b4d7 (patch) | |
tree | 24bf169c5167a904cc3b31697e2e9769e37c7a70 /lldb/lib | |
parent | 05789599810e43f494b3b227efff6b16ac43e56e (diff) | |
download | bcm5719-llvm-da0a3267026006c27168f176d3c8a4c10198b4d7.tar.gz bcm5719-llvm-da0a3267026006c27168f176d3c8a4c10198b4d7.zip |
Fix makefile build by linking needed library 'irreader'
llvm-svn: 178251
Diffstat (limited to 'lldb/lib')
-rw-r--r-- | lldb/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lib/Makefile b/lldb/lib/Makefile index be6af0a6780..498c8252ada 100644 --- a/lldb/lib/Makefile +++ b/lldb/lib/Makefile @@ -79,7 +79,7 @@ endif include $(LLDB_LEVEL)/../../Makefile.config LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader bitwriter codegen \ - instrumentation ipo selectiondag jit mc mcjit linker + instrumentation ipo irreader selectiondag jit mc mcjit linker ifeq ($(HOST_OS),Darwin) USEDLIBS += lldbHostMacOSX.a \ |