summaryrefslogtreecommitdiffstats
path: root/core/clang/TARGET_x86_64.mk
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-01-25 16:20:57 -0800
committerDan Albert <danalbert@google.com>2015-04-01 19:03:22 -0700
commit343ed674e35ae0911542abe67dca3fb3a1cccf95 (patch)
treeed945008efc80e6f54672120398999962744c186 /core/clang/TARGET_x86_64.mk
parent24a71e1565d48d6b5f9cdbd12e4cb279ae7e18bb (diff)
downloadbuild-343ed674e35ae0911542abe67dca3fb3a1cccf95.zip
build-343ed674e35ae0911542abe67dca3fb3a1cccf95.tar.gz
build-343ed674e35ae0911542abe67dca3fb3a1cccf95.tar.bz2
Use prebuilt libclang_rt.profile.
Bug: 17574078 Change-Id: I4838cd5d125a0b2bf76aad2fdaef1ee3122687e8
Diffstat (limited to 'core/clang/TARGET_x86_64.mk')
-rw-r--r--core/clang/TARGET_x86_64.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/clang/TARGET_x86_64.mk b/core/clang/TARGET_x86_64.mk
index 9f8e8b0..e44382d 100644
--- a/core/clang/TARGET_x86_64.mk
+++ b/core/clang/TARGET_x86_64.mk
@@ -62,3 +62,5 @@ CLANG_TARGET_GLOBAL_LDFLAGS := \
RS_TRIPLE := aarch64-linux-android
RS_TRIPLE_CFLAGS := -D__x86_64__
RS_COMPAT_TRIPLE := x86_64-linux-android
+
+TARGET_LIBPROFILE_RT := $(LLVM_RTLIB_PATH)/libclang_rt.profile-x86_64-android.a