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

            Bug ID: 23656
           Summary: r238190 cause many ‘class llvm::MCObjectFileInfo’ has
                    virtual functions and accessible non-virtual
                    destructor warnings
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

r238190 added a virtual method to MCObjectFileInfo and causes many warnings
during the build with gcc:

/home/trippels/llvm/include/llvm/MC/MCObjectFileInfo.h:25:7: warning: ‘class
llvm::MCObjectFileInfo’ has virtual functions and accessible non-virtual
destructor [-Wnon-virtual-dtor]
 class MCObjectFileInfo {
       ^

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to