[LLVMbugs] [Bug 21901] New: Linker::DestroySource deletion not complete

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Dec 12 14:17:57 PST 2014


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

            Bug ID: 21901
           Summary: Linker::DestroySource deletion not complete
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Linker
          Assignee: unassignedbugs at nondot.org
          Reporter: yuri at tsoft.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

It used to be such enum value DestroySource in Linker.h, and it was deleted.
However, grepping for this term still returns places where it wasn't deleted:

$ grep -r DestroySource *
bindings/go/llvm/linker.go:     LinkerDestroySource  =
C.LLVMLinkerDestroySource
bindings/ocaml/linker/llvm_linker.mli:  | DestroySource
bindings/ocaml/linker/llvm_linker.ml:  | DestroySource
include/llvm-c/Linker.h:  LLVMLinkerDestroySource = 0, /* Allow source module
to be destroyed. */
test/Bindings/OCaml/linker.ml:  link_modules m1 m2 Mode.DestroySource;

So what does the value "LLVMLinkerDestroySource" mean now?

Deleted/renamed values should be consistently deleted/renamed everywhere.

rev.224114

-- 
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/20141212/67b94bc7/attachment.html>


More information about the llvm-bugs mailing list