<div dir="ltr">Reverted in r182381.  This was <a href="http://llvm.org/bugs/show_bug.cgi?id=16080">http://llvm.org/bugs/show_bug.cgi?id=16080</a> too.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, May 21, 2013 at 9:26 AM, Jack Howarth <span dir="ltr"><<a href="mailto:howarth@bromo.med.uc.edu" target="_blank">howarth@bromo.med.uc.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">   On x86_64-apple-darwin12, I am finding that at r182376, the cmake build of<br>
llvm/compiler-rt/clang/polly/testsuite from the 3.3 branches is broken with<br>
the failure...<br>
<br>
[ 80%] Building CXX object tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaExpr.cpp.o<br>
cd /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/tools/clang/lib/Sema && /sw/var/lib/fink/path-prefix-clang/c++   -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_REWRITER -DCLANG_ENABLE_STATIC_ANALYZER -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -fno-common -Woverloaded-virtual -Wcast-qual -fno-strict-aliasing -fno-rtti -O3 -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -mmacosx-version-min=10.8 -I/sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/tools/clang/lib/Sema -I/sw/src/fink.build/llvm33-3.3-0/llvm-3.3/tools/clang/lib/Sema -I/sw/src/fink.build/llvm33-3.3-0/llvm-3.3/tools/clang/include -I/sw/src/fink.build/llvm33-3.3-0/llvm-3.3/build/tools/clang/include -I/sw/src/fink.build/llvm33-3.3-0/llvm-3.3/bu!<br>

 ild/include -I/sw/src/fink.build/llvm33-3.3-0/llvm-3.3/include    -fno-exceptions -o CMakeFiles/clangSema.dir/SemaExpr.cpp.o -c /sw/src/fink.build/llvm33-3.3-0/llvm-3.3/tools/clang/lib/Sema/SemaExpr.cpp<br>
/sw/src/fink.build/llvm33-3.3-0/llvm-3.3/tools/clang/lib/Sema/SemaDecl.cpp:4645:38: error: no member named 'isExternallyVisible' in 'clang::NamedDecl'<br>
    if (isa<FunctionDecl>(ND) || !ND.isExternallyVisible()) {<br>
                                  ~~ ^<br>
/sw/src/fink.build/llvm33-3.3-0/llvm-3.3/tools/clang/lib/Sema/SemaDeclAttr.cpp:4687:8: error: use of undeclared identifier 'checkMicrosoftExt'<br>
  if (!checkMicrosoftExt(S, Attr))<br>
       ^<br>
1 error generated.<br>
<br>
using<br>
<br>
cmake $CMAKE_OPTIONS -DCMAKE_INSTALL_PREFIX=/sw/opt/llvm-3.3 -DLLVM_ENABLE_ASSERTIONS=OFF -DCMAKE_BUILD_TYPE=Release ..<br>
make VERBOSE=1<br>
<br>
This is using the clang from Xcode 4.6.2.<br>
<br>
<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div>