From d2e2137b4c2603934fcbdc321359009b2df65b17 Mon Sep 17 00:00:00 2001 From: Diego Novillo Date: Thu, 17 Sep 2015 19:05:48 +0000 Subject: [PATCH] Temporarily fix gcov failures in big-endian hosts. This test uses a gcov file generated in a little-endian host. The gcov reader does not allow different endianness, so the test fails on big endian hosts. XFAILing for now. llvm-svn: 247920 --- llvm/test/Transforms/SampleProfile/gcc-simple.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Transforms/SampleProfile/gcc-simple.ll b/llvm/test/Transforms/SampleProfile/gcc-simple.ll index 9a22eb2749ae..75d54bf9304f 100644 --- a/llvm/test/Transforms/SampleProfile/gcc-simple.ll +++ b/llvm/test/Transforms/SampleProfile/gcc-simple.ll @@ -1,5 +1,5 @@ ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/gcc-simple.afdo -S | FileCheck %s -; +; XFAIL: powerpc64-, s390x, mips-, mips64-, sparc ; Original code: ; ; #include