Skip to content

Commit

Permalink
Revert "Check test for aarch64 Darwin."
Browse files Browse the repository at this point in the history
This reverts commit 621d77f.
  • Loading branch information
vnmakarov committed Aug 11, 2021
1 parent 621d77f commit 56525fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ gen-bench: $(BUILD_DIR)/mir.$(OBJSUFF) $(BUILD_DIR)/mir-gen.$(OBJSUFF) $(SRC_DIR
$(BUILD_DIR)/gen-bench && size $(BUILD_DIR)/gen-bench

gen-bench2: $(BUILD_DIR)/c2m # Ignore M1 MacOs as it needs another procedure to make code executable
@if test $(UNAME_S) != Darwin && test $(UNAME_M) != arm64; then\
@if test $(UNAME_S) != Darwin || test $(UNAME_M) != arm64; then\
echo +++++ Compiling and generating all code for c2m: +++++;\
for i in 0 1 2 3;do \
echo === Optimization level $$i:;\
Expand Down

0 comments on commit 56525fa

Please sign in to comment.