[lld] r275258 - Reverted r275257 "[ELF] - Implement extern "c++" version script tag"

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 07:18:31 PDT 2016


>I think you are just hitting:
>
>std::string elf::demangle(StringRef Name) {
>#if !defined(HAVE_CXXABI_H)
> return Name;
>#else
>
>For now you can probably just add
>
>REQUIRES: shell
>
>to the test.
>
>Cheers,
>Rafael

But it brokes the next build bot:
http://lab.llvm.org:8011/builders/lld-x86_64-freebsd/builds/19432

I supposed that REQUIRES: shell should make testcase to work on linux and that HAVE_CXXABI_H should be defined then.
What I am missing here ?

George.


More information about the llvm-commits mailing list