aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--none/tests/x86/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/none/tests/x86/Makefile.am b/none/tests/x86/Makefile.am
index 15d1e3e77..2b35cd905 100644
--- a/none/tests/x86/Makefile.am
+++ b/none/tests/x86/Makefile.am
@@ -125,9 +125,13 @@ endif
if !VGCONF_OS_IS_DARWIN
if !SOLARIS_SUN_STUDIO_AS
# Sun Studio assembler fails to assemble the bound instruction
+if !COMPILER_IS_CLANG
+# clang errors out complaining that %eax as the 1st operand in the bound
+# insn is an invalid operand.
check_PROGRAMS += faultstatus
endif
endif
+endif
if !SOLARIS_SUN_STUDIO_AS
# Sun Studio assembler fails to assemble pushw %fs, popw %fs
check_PROGRAMS += pushpopseg