From 8535403ee0e6bd3f1e56236e3dc5d007c5c9c02b Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 15 Oct 2010 22:46:15 +0000 Subject: 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116632 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/lto/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools') diff --git a/tools/lto/Makefile b/tools/lto/Makefile index e157a4c..294c81b 100644 --- a/tools/lto/Makefile +++ b/tools/lto/Makefile @@ -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 -- cgit v1.1