]> granicus.if.org Git - clang/commitdiff
Merging r220112:
authorTom Stellard <thomas.stellard@amd.com>
Mon, 10 Nov 2014 18:19:08 +0000 (18:19 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 10 Nov 2014 18:19:08 +0000 (18:19 +0000)
------------------------------------------------------------------------
r220112 | me | 2014-10-17 19:50:47 -0400 (Fri, 17 Oct 2014) | 2 lines

Fix makefile for debuginfo-tests execution.

------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_35@221617 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index bd0bd2e96569cc45bdab656435f1f815e028e921..5cb8a8b71a419c40f98072576048ce0a8dec20bc 100644 (file)
@@ -46,6 +46,7 @@ lit.site.cfg: FORCE
        @$(ECHOPATH) s=@CLANG_BINARY_DIR@=$(PROJ_OBJ_DIR)/..=g >> lit.tmp
        @$(ECHOPATH) s=@CLANG_TOOLS_DIR@=$(ToolDir)=g >> lit.tmp
        @$(ECHOPATH) s=@TARGET_TRIPLE@=$(TARGET_TRIPLE)=g >> lit.tmp
+       @$(ECHOPATH) s=@LLVM_HOST_TRIPLE@=$(HOST_TRIPLE)=g >> lit.tmp
        @$(ECHOPATH) s=@ENABLE_CLANG_ARCMT@=$(ENABLE_CLANG_ARCMT)=g >> lit.tmp
        @$(ECHOPATH) s=@ENABLE_CLANG_STATIC_ANALYZER@=$(ENABLE_CLANG_STATIC_ANALYZER)=g >> lit.tmp
        @$(ECHOPATH) s=@ENABLE_CLANG_EXAMPLES@=$(ENABLE_CLANG_EXAMPLES)=g >> lit.tmp