forked from OSchip/llvm-project
Make sure the LLVM_CONFIG_DIR environment variable is set so we don't get
error messages from the compiler. llvm-svn: 17335
This commit is contained in:
parent
da86a3778a
commit
8b091689db
|
@ -14,7 +14,7 @@ EXTRA_DIST = fibonacci.st hello.st prime.st goof.st
|
|||
|
||||
SAMPLES = fibonacci hello prime goof
|
||||
|
||||
LLVMC_EXEC = $(TOOLDIR)/llvmc
|
||||
LLVMC_EXEC = LLVM_CONFIG_DIR=$(BUILD_SRC_ROOT)/tools/llvmc $(TOOLDIR)/llvmc
|
||||
|
||||
all :: $(SAMPLES)
|
||||
|
||||
|
|
Loading…
Reference in New Issue