[llvm-bugs] [Bug 30744] New: Compile error in libclang/CIndex.cpp

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Oct 19 19:09:20 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=30744

            Bug ID: 30744
           Summary: Compile error in libclang/CIndex.cpp
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: libclang
          Assignee: unassignedclangbugs at nondot.org
          Reporter: dane at mapbox.com
                CC: klimek at google.com, llvm-bugs at lists.llvm.org
    Classification: Unclassified

With latest head (llvm https://llvm.org/svn/llvm-project/cfe/trunk@284684
91177308-0d34-0410-b5e6-96231b3b80d8) (clang
https://llvm.org/svn/llvm-project/cfe/trunk@284683
91177308-0d34-0410-b5e6-96231b3b80d8) I'm seeing:


../tools/clang/tools/libclang/CIndex.cpp:3160:3: error: use of undeclared
identifier 'LLVM_FUNCTION_NAME'
  LOG_FUNC_SECTION {
  ^
../tools/clang/tools/libclang/CLog.h:101:38: note: expanded from macro
'LOG_FUNC_SECTION'
#define LOG_FUNC_SECTION LOG_SECTION(LLVM_FUNCTION_NAME)
                                     ^

-- 
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/20161020/2a0137d2/attachment-0001.html>


More information about the llvm-bugs mailing list