Add: julia-0.6.2
Former-commit-id: ccc667cf67d569f3fb3df39aa57c2134755a7551
This commit is contained in:
11
julia-0.6.2/share/julia/test/llvmpasses/Makefile
Normal file
11
julia-0.6.2/share/julia/test/llvmpasses/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
SRCDIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
|
||||
JULIAHOME := $(abspath $(SRCDIR)/../..)
|
||||
include $(JULIAHOME)/deps/Versions.make
|
||||
include $(JULIAHOME)/Make.inc
|
||||
include $(JULIAHOME)/deps/llvm-ver.make
|
||||
BUILDDIR = $(JULIAHOME)/deps/scratch
|
||||
include $(JULIAHOME)/deps/llvm-options.mk
|
||||
LLVM_SRC_DIR:=$(JULIAHOME)/deps/srccache/llvm-$(LLVM_VER)
|
||||
test:
|
||||
PATH=$$PATH:$(LLVM_BUILDDIR_withtype)/bin $(LLVM_SRC_DIR)/utils/lit/lit.py -v .
|
||||
.PHONY: test
|
||||
Reference in New Issue
Block a user