aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2012-08-03 01:17:37 -0700
committerShih-wei Liao <sliao@google.com>2012-08-03 01:17:37 -0700
commitc3f0e98f40f1382870c679b6aef1c5d01540637f (patch)
tree6f13acda7f0a048c791c83a1e7f463eed2926ef1 /lib/Transforms
parent7744acd1ab73b3eec6f1449f47083abe3fb1b527 (diff)
downloadexternal_llvm-c3f0e98f40f1382870c679b6aef1c5d01540637f.zip
external_llvm-c3f0e98f40f1382870c679b6aef1c5d01540637f.tar.gz
external_llvm-c3f0e98f40f1382870c679b6aef1c5d01540637f.tar.bz2
Apply changes to migrate to LLVM-160668-20120724.
- Update Android.mk for removed files and new files. - llvm-ld has been removed in upstream, so we remove it as well. Change-Id: I613ada916156a43993d4bba9cae6dcb6bf40ed2f
Diffstat (limited to 'lib/Transforms')
-rw-r--r--lib/Transforms/Instrumentation/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/Instrumentation/Android.mk b/lib/Transforms/Instrumentation/Android.mk
index c4df8ac..cc7a9da 100644
--- a/lib/Transforms/Instrumentation/Android.mk
+++ b/lib/Transforms/Instrumentation/Android.mk
@@ -2,6 +2,7 @@ LOCAL_PATH:= $(call my-dir)
instrumentation_SRC_FILES := \
AddressSanitizer.cpp \
+ BoundsChecking.cpp \
EdgeProfiling.cpp \
FunctionBlackList.cpp \
GCOVProfiling.cpp \