aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-link
diff options
context:
space:
mode:
authorLogan Chien <loganchien@google.com>2011-10-21 14:45:53 +0800
committerLogan Chien <loganchien@google.com>2011-10-21 14:45:53 +0800
commit2e5a5ee613fae456a8ed4282acede56860682f4f (patch)
tree39ebff118a152d71b4d602fe548ebb3b6cacd9af /tools/llvm-link
parent0ebc07a576037e4e36f68bf5cece32740ca120c0 (diff)
downloadexternal_llvm-2e5a5ee613fae456a8ed4282acede56860682f4f.zip
external_llvm-2e5a5ee613fae456a8ed4282acede56860682f4f.tar.gz
external_llvm-2e5a5ee613fae456a8ed4282acede56860682f4f.tar.bz2
Apply changes to migrate to upstream Oct 20th 2011.
Change-Id: I2bb819151f3fa5ce18690ef373bf071205d3f278
Diffstat (limited to 'tools/llvm-link')
-rw-r--r--tools/llvm-link/Android.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/llvm-link/Android.mk b/tools/llvm-link/Android.mk
index bcf70e5..96dfff9 100644
--- a/tools/llvm-link/Android.mk
+++ b/tools/llvm-link/Android.mk
@@ -7,10 +7,12 @@ llvm_link_STATIC_LIBRARIES := \
libLLVMLinker \
libLLVMBitReader \
libLLVMBitWriter \
- libLLVMCore \
- libLLVMSupport \
libLLVMAsmParser \
- libLLVMTransformUtils
+ libLLVMTransformUtils \
+ libLLVMAnalysis \
+ libLLVMTarget \
+ libLLVMCore \
+ libLLVMSupport
#===---------------------------------------------------------------===
# llvm-link command line tool (host)