[LLVMbugs] [Bug 499] NEW: Mangler.h is in the wrong place?

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Jan 22 18:48:46 PST 2005


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=499

           Summary: Mangler.h is in the wrong place?
           Product: libraries
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Support Libraries
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rspencer at x10sys.com


Somewhere along the line Mangler.cpp got moved to lib/VMCore but its header
remains in include/llvm/Support/Mangler.h. This isn't helpful when trying to
find something. Either Mangler.cpp needs to go back to lib/Support or Mangler.h
needs to go to include/llvm.

Something else that's bothered me for a long time that's related. Except for
VMCore all the headers are in include/llvm/<module>/ but for VMCore, they are in
just include/llvm/. Not good for symmetry. I'd prefer the VMCore headers to be
in include/llvm/VMCore like any other LLVM header file.



------- 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