aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2010-08-06 09:00:04 -0700
committerShih-wei Liao <sliao@google.com>2010-08-06 09:02:40 -0700
commite8ea0a7a9608c3233812362c342751165d573f89 (patch)
treec29e9bb8000a29c694c8ebd4b10100929e850b95 /Android.mk
parentac48439fb41df4c460f262956f5e51a7d7fc1f57 (diff)
downloadexternal_llvm-e8ea0a7a9608c3233812362c342751165d573f89.zip
external_llvm-e8ea0a7a9608c3233812362c342751165d573f89.tar.gz
external_llvm-e8ea0a7a9608c3233812362c342751165d573f89.tar.bz2
Disable llvm-link and opt, since we no long rely on them. The replacement is combinig llvm-link and opt into llvm-rs-link.
That is, use the reflection data in the .bc files to determine which functions and global variables may be internalized, then performs link-time optimization across all modules. Change-Id: I390b85bc44a3111320d424d120280d7fc91fc949
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 8e885a6..5565072 100644
--- a/Android.mk
+++ b/Android.mk
@@ -38,9 +38,7 @@ subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \
tools/clang \
lib/Linker \
lib/AsmParser \
- tools/llvm-link \
lib/Transforms/Instrumentation \
- tools/opt \
))
include $(LOCAL_PATH)/llvm.mk