From: Rafael Espindola Date: Thu, 3 Jul 2014 19:09:53 +0000 (+0000) Subject: fix configure+make build X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=c029b2b785e2735f184042ed3f79fa9e558ef7b8 fix configure+make build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212283 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-nm/Makefile b/tools/llvm-nm/Makefile index b95e9208734..ec20cef4258 100644 --- a/tools/llvm-nm/Makefile +++ b/tools/llvm-nm/Makefile @@ -9,7 +9,7 @@ LEVEL := ../.. TOOLNAME := llvm-nm -LINK_COMPONENTS := bitreader object +LINK_COMPONENTS := all-targets bitreader object # This tool has no plugins, optimize startup time. TOOL_NO_EXPORTS := 1