Skip to content

Commit

Permalink
[test] Automatically install llvm-tools when runnning llvmpasses (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Jun 6, 2023
1 parent c16891d commit 112554e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/llvmpasses/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ TESTS_jl := $(patsubst $(SRCDIR)/%,%,$(wildcard $(SRCDIR)/*.jl))
TESTS := $(TESTS_ll) $(TESTS_jl)

. $(TESTS):
$(MAKE) -C $(JULIAHOME)/deps install-llvm-tools
PATH=$(build_bindir):$(build_depsbindir):$$PATH \
LD_LIBRARY_PATH=${build_libdir}:$$LD_LIBRARY_PATH \
$(build_depsbindir)/lit/lit.py -v "$(addprefix $(SRCDIR)/,$@)"
Expand Down

0 comments on commit 112554e

Please sign in to comment.