[PATCH] [mips] Disable frame_layout test on Mips16.

Vasileios Kalintiris Vasileios.Kalintiris at imgtec.com
Mon Jun 15 06:51:26 PDT 2015


Hi dsanders,

The frame_layout test requires support for dynamic stack realignment which
is not available on targets without standard encoding.

http://reviews.llvm.org/D10438

Files:
  MultiSource/UnitTests/C++11/Makefile

Index: MultiSource/UnitTests/C++11/Makefile
===================================================================
--- MultiSource/UnitTests/C++11/Makefile
+++ MultiSource/UnitTests/C++11/Makefile
@@ -9,5 +9,9 @@
 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

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10438.27668.patch
Type: text/x-patch
Size: 469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150615/fdf92c32/attachment.bin>


More information about the llvm-commits mailing list