aboutsummaryrefslogtreecommitdiffstats
path: root/shared_llvm.mk
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-10-23 10:51:46 -0700
committerStephen Hines <srhines@google.com>2014-10-23 11:06:27 -0700
commitdd6f7227fefe772ab8cd2e96dabe4bf5e4ed0db7 (patch)
tree585a3139f12f0afc406e61cf4d34dd7b2146b8cb /shared_llvm.mk
parent281cc67b6ac794b1eb8232e6efca366d870dad43 (diff)
downloadexternal_llvm-dd6f7227fefe772ab8cd2e96dabe4bf5e4ed0db7.zip
external_llvm-dd6f7227fefe772ab8cd2e96dabe4bf5e4ed0db7.tar.gz
external_llvm-dd6f7227fefe772ab8cd2e96dabe4bf5e4ed0db7.tar.bz2
Add host and device build rules for the llvm-symbolizer binary.
This change also adds DebugInfo to libLLVM.so on the device. Previously, we did not require this library to be present. Change-Id: Ie5791b58fb6d414a6e06e652ba8a63e6e1bdc210
Diffstat (limited to 'shared_llvm.mk')
-rw-r--r--shared_llvm.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared_llvm.mk b/shared_llvm.mk
index 89084ce..1e1de02 100644
--- a/shared_llvm.mk
+++ b/shared_llvm.mk
@@ -6,6 +6,7 @@ LOCAL_PATH:= $(call my-dir)
llvm_pre_static_libraries := \
libLLVMLinker \
libLLVMipo \
+ libLLVMDebugInfo \
libLLVMIRReader \
libLLVMBitWriter \
libLLVMBitReader