[PATCH] D21930: [ELF] - Implement extern "c++" version script tag

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 01:35:45 PDT 2016


grimar added a comment.

I had to revert this.
It broke 2 build bots:

1. http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/8204/steps/test/logs/stdio

I have no idea why it failed because I specified XFAIL: win32 in testcase, so it was expected fails, though bot errors out.

2. http://lab.llvm.org:8011/builders/lld-x86_64-freebsd/builds/19432/steps/test_lld/logs/stdio

Has the same error message. I guess it does not have HAVE_CXXABI_H.

So I am goint to rework the testcase and recommit later. Though I am curious why windows bot reports error when XFAIL is set ?


Repository:
  rL LLVM

http://reviews.llvm.org/D21930





More information about the llvm-commits mailing list