aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Linker
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2013-03-05 23:29:52 -0800
committerStephen Hines <srhines@google.com>2013-03-05 23:32:50 -0800
commit2123c1c0de9e6006dfffe9123b4b992703202e3e (patch)
tree581fcb48ae61d4b4b51aea677ba7227c67d0ef7d /lib/Linker
parent5adb136be579e8fff3734461580cb34d1d2983b8 (diff)
downloadexternal_llvm-2123c1c0de9e6006dfffe9123b4b992703202e3e.zip
external_llvm-2123c1c0de9e6006dfffe9123b4b992703202e3e.tar.gz
external_llvm-2123c1c0de9e6006dfffe9123b4b992703202e3e.tar.bz2
Update build rules for LLVM merge to version 176139.
Change-Id: Ibb71ad9a6a2ed05dbf87f249ac42b1355e3fa41a
Diffstat (limited to 'lib/Linker')
-rw-r--r--lib/Linker/Android.mk9
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/Linker/Android.mk b/lib/Linker/Android.mk
index 99c9a3f..17d9a39 100644
--- a/lib/Linker/Android.mk
+++ b/lib/Linker/Android.mk
@@ -1,18 +1,15 @@
LOCAL_PATH:= $(call my-dir)
linker_SRC_FILES := \
- LinkModules.cpp
+ LinkModules.cpp \
+ Linker.cpp
# For the host
# =====================================================
include $(CLEAR_VARS)
include $(CLEAR_TBLGEN_VARS)
-LOCAL_SRC_FILES := \
- $(linker_SRC_FILES)\
- LinkArchives.cpp \
- Linker.cpp \
- LinkItems.cpp
+LOCAL_SRC_FILES := $(linker_SRC_FILES)
LOCAL_MODULE:= libLLVMLinker
LOCAL_MODULE_TAGS := optional