[LLVMdev] ASan unit test/libcxx build break

David Blaikie dblaikie at gmail.com
Sun May 12 10:10:02 PDT 2013


Is no one else seeing this? (I've been seeing it for a few days)

In file included from
/usr/local/google/home/blaikie/dev/llvm/src/utils/unittest/googletest/gtest-all.cc:39:
In file included from
/usr/local/google/home/blaikie/dev/llvm/src/utils/unittest/googletest/include/gtest/gtest.h:57:
In file included from
/usr/local/google/home/blaikie/dev/llvm/src/utils/unittest/googletest/include/gtest/internal/gtest-internal.h:40:
In file included from
/usr/local/google/home/blaikie/dev/llvm/src/utils/unittest/googletest/include/gtest/internal/gtest-port.h:197:
In file included from
/usr/local/google/home/blaikie/dev/llvm/src/projects/libcxx/include/iostream:40:
In file included from
/usr/local/google/home/blaikie/dev/llvm/src/projects/libcxx/include/istream:156:
In file included from
/usr/local/google/home/blaikie/dev/llvm/src/projects/libcxx/include/ostream:132:
In file included from
/usr/local/google/home/blaikie/dev/llvm/src/projects/libcxx/include/locale:187:
/usr/local/google/home/blaikie/dev/llvm/src/projects/libcxx/include/cstdlib:154:9:
error: no member named 'aligned_alloc' in the global namespace
using ::aligned_alloc;
      ~~^
1 error generated.

Not sure who/how this was caused (whether by libcxx or the asan unit
test it was included from, or some chain of includes along the way)

(on Linux, fwiw)



More information about the llvm-dev mailing list