From dd6f7227fefe772ab8cd2e96dabe4bf5e4ed0db7 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Thu, 23 Oct 2014 10:51:46 -0700 Subject: 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 --- shared_llvm.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'shared_llvm.mk') 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 -- cgit v1.1