summaryrefslogtreecommitdiffstats
path: root/lld
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2014-04-17 00:55:54 +0000
committerRui Ueyama <ruiu@google.com>2014-04-17 00:55:54 +0000
commit08587f8ccd85d58505e58890c291eacdf4a263e0 (patch)
treeea9e91df0948a4f99d8dfb55851b36efbbe912d9 /lld
parent47d1ca4838fac9a1efd23dfba58a17492ae2f174 (diff)
downloadbcm5719-llvm-08587f8ccd85d58505e58890c291eacdf4a263e0.tar.gz
bcm5719-llvm-08587f8ccd85d58505e58890c291eacdf4a263e0.zip
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
Diffstat (limited to 'lld')
-rw-r--r--lld/test/elf/X86_64/defsym.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/lld/test/elf/X86_64/defsym.test b/lld/test/elf/X86_64/defsym.test
index 5d2256a09ac..cf7a353c913 100644
--- a/lld/test/elf/X86_64/defsym.test
+++ b/lld/test/elf/X86_64/defsym.test
@@ -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
OpenPOWER on IntegriCloud