forked from OSchip/llvm-project
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:
parent
47d1ca4838
commit
08587f8ccd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue