summaryrefslogtreecommitdiff
path: root/make/platform
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2013-11-13 15:52:39 +0000
committerAlexander Potapenko <glider@google.com>2013-11-13 15:52:39 +0000
commitd2e32e323cca83b666ecd124ebfd1720232d0928 (patch)
tree3c18234822df12137bec95cab6e939c949e234d1 /make/platform
parent24d775e42b87f6d7464582eb8e5c2eed347224c5 (diff)
[ASan] Remove the stale dependency on the Foundation framework from the dynamic ASan runtime.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@194583 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'make/platform')
-rw-r--r--make/platform/clang_darwin.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/platform/clang_darwin.mk b/make/platform/clang_darwin.mk
index a49d51c69..5f8801ce7 100644
--- a/make/platform/clang_darwin.mk
+++ b/make/platform/clang_darwin.mk
@@ -174,7 +174,7 @@ CFLAGS.profile_ios.armv7s := $(CFLAGS) $(IOS_DEPLOYMENT_ARGS)
# Configure the asan_osx_dynamic library to be built shared.
SHARED_LIBRARY.asan_osx_dynamic := 1
-LDFLAGS.asan_osx_dynamic := -framework Foundation -lstdc++ -undefined dynamic_lookup
+LDFLAGS.asan_osx_dynamic := -lstdc++ -undefined dynamic_lookup
FUNCTIONS.eprintf := eprintf
FUNCTIONS.10.4 := eprintf floatundidf floatundisf floatundixf