We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f2d58 commit 19e7bfdCopy full SHA for 19e7bfd
clang/runtime/compiler-rt/Makefile
@@ -94,6 +94,10 @@ ACTIVE_SDK_PATH := $(shell xcrun --show-sdk-path 2> /dev/null)
94
ifneq ($(ACTIVE_SDK_PATH),)
95
COMPILERRT_MAKE_FLAGS := SDKROOT=$(ACTIVE_SDK_PATH)
96
endif
97
+IOSSIM_SDK_PATH := $(shell xcrun --show-sdk-path -sdk iphonesimulator 2> /dev/null)
98
+ifneq ($(IOSSIM_SDK_PATH),)
99
+RuntimeLibrary.darwin.Configs += asan_iossim_dynamic.dylib
100
+endif
101
102
103
0 commit comments