I'm running Mavericks. I'll attach the make log once it's done. ________________________________> Date: Wed, 20 Nov 2013 08:40:12 +0400 > Subject: RE: [LLVMdev] Can't compile compiler-rt, asan error > From: glider at google.com > To: yuchenericwu at hotmail.com > CC: llvmdev at cs.uiuc.edu > > > Also, which version of OSX you're running? > > On Nov 20, 2013 8:32 AM, "Alexander Potapenko" > <glider at google.com<mailto:glider at google.com>> wrote: > > Can you please reconfigure and attach the full log of 'make VERBOSE=1' ?
Duncan P. N. Exon Smith
2013-Nov-20 05:30 UTC
[LLVMdev] Can't compile compiler-rt, asan error
I tracked down the error. There’s an ifneq check for IOSSIM_SDK_PATH before it’s defined. $ grep -n IOSSIM_SDK_PATH projects/compiler-rt/make/platform/clang_darwin.mk 91:ifneq ($(IOSSIM_SDK_PATH),) 157:IOSSIM_SDK_PATH := $(call XCRunSdkPath,iphonesimulator) 158:$(warning clang_darwin.mk: $(IOSSIM_SDK_PATH)) 161: -isysroot $(IOSSIM_SDK_PATH) \ 207: -mios-simulator-version-min=7.0 -isysroot $(IOSSIM_SDK_PATH) On 2013 Nov 19, at 20:48, Yuchen Wu <yuchenericwu at hotmail.com> wrote:> I'm running Mavericks. I'll attach the make log once it's done. > > ________________________________ >> Date: Wed, 20 Nov 2013 08:40:12 +0400 >> Subject: RE: [LLVMdev] Can't compile compiler-rt, asan error >> From: glider at google.com >> To: yuchenericwu at hotmail.com >> CC: llvmdev at cs.uiuc.edu >> >> >> Also, which version of OSX you're running? >> >> On Nov 20, 2013 8:32 AM, "Alexander Potapenko" >> <glider at google.com<mailto:glider at google.com>> wrote: >> >> Can you please reconfigure and attach the full log of 'make VERBOSE=1' ? > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Duncan P. N. Exon Smith
2013-Nov-20 05:41 UTC
[LLVMdev] Can't compile compiler-rt, asan error
Should be fixed in r195216. On 2013 Nov 19, at 21:30, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote:> I tracked down the error. There’s an ifneq check for IOSSIM_SDK_PATH before it’s defined. > > $ grep -n IOSSIM_SDK_PATH projects/compiler-rt/make/platform/clang_darwin.mk > 91:ifneq ($(IOSSIM_SDK_PATH),) > 157:IOSSIM_SDK_PATH := $(call XCRunSdkPath,iphonesimulator) > 158:$(warning clang_darwin.mk: $(IOSSIM_SDK_PATH)) > 161: -isysroot $(IOSSIM_SDK_PATH) \ > 207: -mios-simulator-version-min=7.0 -isysroot $(IOSSIM_SDK_PATH) > > On 2013 Nov 19, at 20:48, Yuchen Wu <yuchenericwu at hotmail.com> wrote: > >> I'm running Mavericks. I'll attach the make log once it's done. >> >> ________________________________ >>> Date: Wed, 20 Nov 2013 08:40:12 +0400 >>> Subject: RE: [LLVMdev] Can't compile compiler-rt, asan error >>> From: glider at google.com >>> To: yuchenericwu at hotmail.com >>> CC: llvmdev at cs.uiuc.edu >>> >>> >>> Also, which version of OSX you're running? >>> >>> On Nov 20, 2013 8:32 AM, "Alexander Potapenko" >>> <glider at google.com<mailto:glider at google.com>> wrote: >>> >>> Can you please reconfigure and attach the full log of 'make VERBOSE=1' ? >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev