aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/TargetInfo
diff options
context:
space:
mode:
authorLogan Chien <loganchien@google.com>2011-10-21 14:45:53 +0800
committerLogan Chien <loganchien@google.com>2011-10-21 14:45:53 +0800
commit2e5a5ee613fae456a8ed4282acede56860682f4f (patch)
tree39ebff118a152d71b4d602fe548ebb3b6cacd9af /lib/Target/ARM/TargetInfo
parent0ebc07a576037e4e36f68bf5cece32740ca120c0 (diff)
downloadexternal_llvm-2e5a5ee613fae456a8ed4282acede56860682f4f.zip
external_llvm-2e5a5ee613fae456a8ed4282acede56860682f4f.tar.gz
external_llvm-2e5a5ee613fae456a8ed4282acede56860682f4f.tar.bz2
Apply changes to migrate to upstream Oct 20th 2011.
Change-Id: I2bb819151f3fa5ce18690ef373bf071205d3f278
Diffstat (limited to 'lib/Target/ARM/TargetInfo')
-rw-r--r--lib/Target/ARM/TargetInfo/Android.mk12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/Target/ARM/TargetInfo/Android.mk b/lib/Target/ARM/TargetInfo/Android.mk
index af85496..d1af6ae 100644
--- a/lib/Target/ARM/TargetInfo/Android.mk
+++ b/lib/Target/ARM/TargetInfo/Android.mk
@@ -1,12 +1,12 @@
LOCAL_PATH := $(call my-dir)
-arm_target_info_TBLGEN_TABLES := \
- ARMGenSubtargetInfo.inc \
- ARMGenRegisterInfo.inc \
- ARMGenInstrInfo.inc
+arm_target_info_TBLGEN_TABLES := \
+ ARMGenSubtargetInfo.inc \
+ ARMGenRegisterInfo.inc \
+ ARMGenInstrInfo.inc
-arm_target_info_SRC_FILES := \
- ARMTargetInfo.cpp
+arm_target_info_SRC_FILES := \
+ ARMTargetInfo.cpp
# For the host
# =====================================================