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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to