Skip to content

Commit

Permalink
Disable test-llvm-native on aarch64, multi_value_tests fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlewycky committed Oct 23, 2020
1 parent a2c09d2 commit a89729a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ endif

ifeq ($(ARCH), aarch64)
test_compilers_engines += cranelift-jit
ifneq (, $(findstring llvm,$(compilers)))
test_compilers_engines += llvm-native
endif
endif

compilers := $(filter-out ,$(compilers))
Expand Down

0 comments on commit a89729a

Please sign in to comment.