Skip to content

Commit

Permalink
[mips] Disable frame_layout test on Mips16.
Browse files Browse the repository at this point in the history
Summary:
The frame_layout test requires support for dynamic stack realignment which
is not available on targets without standard encoding.

Reviewers: dsanders

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D10438

llvm-svn: 242664
  • Loading branch information
Vasileios Kalintiris authored and Vasileios Kalintiris committed Jul 20, 2015
1 parent 3565983 commit 0c48b78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MultiSource/UnitTests/C++11/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ ifdef BENCHMARKING_ONLY
PARALLEL_DIRS := $(filter-out frame_layout, $(PARALLEL_DIRS))
endif

ifneq (,$(findstring mips16,$(MIPSARCH)))
PARALLEL_DIRS := $(filter-out frame_layout, $(PARALLEL_DIRS))
endif

include $(LEVEL)/Makefile.config
include $(LEVEL)/Makefile.programs

0 comments on commit 0c48b78

Please sign in to comment.