summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-07-15 20:25:51 +0000
committerDevang Patel <dpatel@apple.com>2010-07-15 20:25:51 +0000
commit19f78283357a2e1587d648d81cf42f9b79f71c86 (patch)
tree878e82f243982ad6802f01bf8d8489fef6fcee08 /Makefile.rules
parenta9db12973005881a1bd1c5eddc31001d9c3189c8 (diff)
downloadllvm-19f78283357a2e1587d648d81cf42f9b79f71c86.tar.gz
llvm-19f78283357a2e1587d648d81cf42f9b79f71c86.tar.bz2
llvm-19f78283357a2e1587d648d81cf42f9b79f71c86.tar.xz
Revert 108444. It breaks a build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108456 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules21
1 files changed, 0 insertions, 21 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 8aeb6af11e..12582f6f91 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -1345,27 +1345,6 @@ ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux NetBSD FreeBSD))
endif
endif
-#---------------------------------------------------------
-# Tool Version Info Support
-#---------------------------------------------------------
-
-ifeq ($(HOST_OS),Darwin)
-ifdef TOOL_INFO_PLIST
-
-LD.Flags += -Wl,-sectcreate,__TEXT,__info_plist,$(ObjDir)/$(TOOL_INFO_PLIST)
-
-$(ToolBuildPath): $(ObjDir)/$(TOOL_INFO_PLIST)
-
-$(ObjDir)/$(TOOL_INFO_PLIST): $(PROJ_SRC_DIR)/$(TOOL_INFO_PLIST).in
- $(Echo) "Creating $(TOOLNAME) '$(TOOL_INFO_PLIST)' file..."
- $(Verb)sed -e "s#@TOOL_INFO_UTI@#$(TOOL_INFO_UTI)#g" \
- -e "s#@TOOL_INFO_NAME@#$(TOOL_INFO_NAME)#g" \
- -e "s#@TOOL_INFO_VERSION@#$(TOOL_INFO_VERSION)#g" \
- -e "s#@TOOL_INFO_BUILD_VERSION@#$(TOOL_INFO_BUILD_VERSION)#g" \
- $< > $@
-
-endif
-endif
#---------------------------------------------------------
# Provide targets for building the tools