Silence the test failure on FreeBSD for now.

It's hard to debug this failure on remote machine only with lit logs.
I'm trying to reproduce it locally on a FreeBSD machine.

llvm-svn: 206432
This commit is contained in:
Rui Ueyama 2014-04-17 00:55:54 +00:00
parent 47d1ca4838
commit 08587f8ccd
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
XFAIL: freebsd
RUN: lld -flavor gnu -target x86_64 --defsym=main=fn --noinhibit-exec \
RUN: %p/Inputs/fn.o -o %t
RUN: llvm-readobj -symbols %t | FileCheck %s