diff options
author | Stephen Hines <srhines@google.com> | 2012-08-08 11:52:27 -0700 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2012-08-08 11:52:27 -0700 |
commit | 67165ebb79a27052dd026293a89351b9ff86d30f (patch) | |
tree | 7f7948f25112791eae5c20d6639d74689f843829 /tools/llc | |
parent | c3f0e98f40f1382870c679b6aef1c5d01540637f (diff) | |
download | external_llvm-67165ebb79a27052dd026293a89351b9ff86d30f.zip external_llvm-67165ebb79a27052dd026293a89351b9ff86d30f.tar.gz external_llvm-67165ebb79a27052dd026293a89351b9ff86d30f.tar.bz2 |
Fix missing libLLVMMipsAsmParser dependency for llc.
Change-Id: I9da0b09b940bd371df0bf76a744f07e51591ffab
Diffstat (limited to 'tools/llc')
-rw-r--r-- | tools/llc/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llc/Android.mk b/tools/llc/Android.mk index 8650edc..af21aa7 100644 --- a/tools/llc/Android.mk +++ b/tools/llc/Android.mk @@ -11,6 +11,7 @@ llvm_llc_SRC_FILES := \ llc.cpp llvm_llc_mips_STATIC_LIBRARIES := \ + libLLVMMipsAsmParser \ libLLVMMipsInfo \ libLLVMMipsCodeGen \ libLLVMMipsDesc \ |