diff options
author | Shih-wei Liao <sliao@google.com> | 2012-03-27 00:43:12 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-03-27 00:43:12 -0700 |
commit | 0e6b28ca17396ce3fb6137391b1c30c34fde7fde (patch) | |
tree | c8ebbdb1f6968eef55dacd6e05817d5103f6dd1a | |
parent | 64277f38032208a0c1081ff9e466c04009b96383 (diff) | |
parent | 0faf82f6ebd9122c995b620bd51253e6f59515e0 (diff) | |
download | art-0e6b28ca17396ce3fb6137391b1c30c34fde7fde.zip art-0e6b28ca17396ce3fb6137391b1c30c34fde7fde.tar.gz art-0e6b28ca17396ce3fb6137391b1c30c34fde7fde.tar.bz2 |
Merge "Fix LLVM build linking error." into ics-mr1-plus-art
-rw-r--r-- | build/Android.libart-compiler-llvm.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/Android.libart-compiler-llvm.mk b/build/Android.libart-compiler-llvm.mk index 19152f6..9100646 100644 --- a/build/Android.libart-compiler-llvm.mk +++ b/build/Android.libart-compiler-llvm.mk @@ -88,7 +88,7 @@ define build-libart-compiler-llvm libLLVMMipsInfo \ libLLVMMipsCodeGen \ libLLVMMipsDesc \ - libLLVMMipsAsmPrinter \ + libLLVMMipsAsmPrinter libart_compiler_llvm_x86_STATIC_LIBRARIES := \ libLLVMX86Info \ @@ -117,6 +117,7 @@ define build-libart-compiler-llvm libLLVMAsmPrinter \ libLLVMSelectionDAG \ libLLVMCodeGen \ + libLLVMVectorize \ libLLVMScalarOpts \ libLLVMInstCombine \ libLLVMInstrumentation \ |