[LLVMbugs] [Bug 19857] New: Documentation for 'llvm.global_dtors' incorrectly says they are run "when the module is loaded"
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Mon May 26 07:01:07 PDT 2014
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=19857
            Bug ID: 19857
           Summary: Documentation for 'llvm.global_dtors' incorrectly says
                    they are run "when the module is loaded"
           Product: Documentation
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: General docs
          Assignee: unassignedbugs at nondot.org
          Reporter: aborenszweig at manas.com.ar
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified
Here:
http://llvm.org/docs/LangRef.html#the-llvm-global-dtors-global-variable
it says:
"The functions referenced by this array will be called in descending order of
priority (i.e. highest first) when the module is *loaded*."
I think it should say "when the module is *unloaded*".
-- 
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/20140526/56a00480/attachment.html>
    
    
More information about the llvm-bugs
mailing list