forked from OSchip/llvm-project
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
This commit is contained in:
parent
7a9f8bb995
commit
d2e2137b4c
|
@ -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 <stdlib.h>
|
||||
|
|
Loading…
Reference in New Issue