Revert "Use a special path to place the .o files in."
authorBob Wilson <bob.wilson@apple.com>
Tue, 9 Oct 2012 23:57:08 +0000 (23:57 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 9 Oct 2012 23:57:08 +0000 (23:57 +0000)
This reverts commit 165429 in an attempt to get our buildbots going.

llvm-svn: 165573

clang/tools/libclang/Makefile

index 38b8a03..5fdfd0e 100644 (file)
@@ -55,8 +55,7 @@ ifeq ($(HOST_OS),Darwin)
 
     # If we're doing an Apple-style build, add the LTO object path.
     ifeq ($(RC_BUILDIT),YES)
-       ObjDir          := $(shell mkdir -p ${OBJROOT}/dSYMs)
-       TempFile        := $(shell mktemp ${ObjDir}/clang-lto.XXXXXX)
+       TempFile         = $(shell mktemp ${OBJROOT}/clang-lto.XXXXXX)
        LLVMLibsOptions += -Wl,-object_path_lto -Wl,$(TempFile)
     endif
 endif