[LLVMbugs] [Bug 1243] NEW: llvm-upgrade issues bogus warnings about renaming internal symbols

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Mar 6 11:47:41 PST 2007


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

           Summary: llvm-upgrade issues bogus warnings about renaming
                    internal symbols
           Product: tools
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llvm-upgrade
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rspencer at x10sys.com


While running this test: 
  test/ExecutionEngine/2003-05-06-LivenessClobber.llx
llvm-upgrade issues this warning:
<stdin>:9: warning: Renaming function 'test' as 'test.upgrd.1' may cause linkage
errors while reading token '{'.

It really shouldn't as the function is internal and renaming it cannot cause any
harm. Before issuing the warning, a check should be made to see if its internal
and the warning squelched if it is.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list