lto: Respect LLVM_VERSION_INFO make variable, since setting CC arguments with

spaces gives tests fits and shell escaping is an art best left to jabberwockies.

llvm-svn: 116632
This commit is contained in:
Daniel Dunbar 2010-10-15 22:46:15 +00:00
parent dddf158c19
commit ef47b66d52
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ LINK_COMPONENTS := $(TARGETS_TO_BUILD) ipo scalaropts linker bitreader bitwriter
include $(LEVEL)/Makefile.common
ifdef LLVM_VERSION_INFO
CXX.Flags += -DLLVM_VERSION_INFO='"$(LLVM_VERSION_INFO)"'
endif
ifeq ($(HOST_OS),Darwin)
# Special hack to allow libLTO to have an offset version number.
ifdef LLVM_LTO_VERSION_OFFSET