[LLVMbugs] [Bug 17016] New: clang Compilation Failure

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Aug 27 16:03:37 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=17016

            Bug ID: 17016
           Summary: clang Compilation Failure
           Product: clang
           Version: trunk
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: lowellv at me.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 11106
  --> http://llvm.org/bugs/attachment.cgi?id=11106&action=edit
session output

Hey all. This is my first bug report. Not sure if compilation failures belong
here or on the list.

Overview: I'm unable to compile trunk, which is currently at r189405, though
this has been happening for at least the last few days.

Steps to reproduce:
1. Update working copy.
2. Create and enter build folder.
3. Configure as follows:
        ../configure CC=`which clang` CXX=`which clang++` --enable-optimized
--enable-targets=x86_64,arm --enable-shared
4. make

Expected Result: Error-free compilation of default make target.

Actual Result:

   
/Users/Shared/Vault/Vendor/llvm/tools/clang/tools/extra/cpp11-migrate/Core/Transform.cpp:86:10:
error: 
          no member named 'isFromMainFile' in 'clang::SourceManager'; did you
mean
          'isInMainFile'?
      if (SM.isFromMainFile(Loc))
             ^~~~~~~~~~~~~~
             isInMainFile
   
/Users/Shared/Vault/Vendor/llvm/tools/clang/tools/extra/cpp11-migrate/Core/../../../../include/clang/Basic/SourceManager.h:1302:8:
note: 
          'isInMainFile' declared here
      bool isInMainFile(SourceLocation Loc) const {
           ^
    1 error generated.

Build Date & Platform:
Tuesday, August 27 2013 on OS X 10.8.4 using clang 3.4 (trunk ^/cfe/trunk
187088)

Additional Information:
See attached for complete output; exceeds 65536 characters.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130827/9213d98b/attachment.html>


More information about the llvm-bugs mailing list