OSDN Git Service

build/Make: llvm-config-2 needs to use EXEEXT, since it is an actual executable
authorDaniel Dunbar <daniel@zuster.org>
Thu, 10 Nov 2011 23:33:20 +0000 (23:33 +0000)
committerStephen Hines <srhines@google.com>
Mon, 14 Nov 2011 17:12:11 +0000 (09:12 -0800)
now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144335 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 2704351..b7edfba 100644 (file)
@@ -516,7 +516,7 @@ ifndef LLVM_TBLGEN
     LLVM_TBLGEN   := $(LLVMToolDir)/llvm-tblgen$(EXEEXT)
   endif
 endif
-LLVM_CONFIG := $(LLVMToolDir)/llvm-config-2
+LLVM_CONFIG := $(LLVMToolDir)/llvm-config-2$(EXEEXT)
 ifndef LLVMLD
 LLVMLD    := $(LLVMToolDir)/llvm-ld$(EXEEXT)
 endif