[lld] r220185 - [ELF] Add demangle test to XFAIL
Ed Maste
emaste at freebsd.org
Mon Oct 20 11:49:57 PDT 2014
On 20 October 2014 14:30, Ed Maste <emaste at freebsd.org> wrote:
> I'll see if there's an obvious reason for this failure.
It's because HAVE_CXXABI_H ends up undefined due to:
Determining if the include file cxxabi.h exists failed with the
following output:
Change Dir: /tank/emaste/src/llvm/build-nodebug/CMakeFiles/CMakeTmp
Run Build Command:/usr/local/bin/ninja cmTryCompileExec1448432643
[1/2] Building CXX object
CMakeFiles/cmTryCompileExec1448432643.dir/CheckIncludeFile.cxx.o
FAILED: /usr/bin/clang++ -stdlib=libc++
-I/usr/local/include/python2.7 -o
CMakeFiles/cmTryCompileExec1448432643.dir/CheckIncludeFile.cxx.o -c
CheckIncludeFile.cxx
In file included from CheckIncludeFile.cxx:1:
/usr/include/c++/v1/cxxabi.h:232:22: error: unknown type name
'size_t'; did you mean '__size_t'?
size_t* n,
^
/usr/include/machine/_types.h:81:20: note: '__size_t' declared here
typedef __uint64_t __size_t; /* sizeof() */
^
1 error generated.
ninja: build stopped: subcommand failed.
More information about the llvm-commits
mailing list