[LLVMbugs] [Bug 15478] New: UsedAttr does not function correctly

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Mar 8 12:35:45 PST 2013


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

            Bug ID: 15478
           Summary: UsedAttr does not function correctly
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: LLVM Codegen
          Assignee: unassignedclangbugs at nondot.org
          Reporter: wolfeinstein at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

When setting UsedAttr to a global variable (I used std::cout in my test case)
through the API, whether before calling EmitTopLevelDecl or after, std::cout is
still not emitted into the LLVM module.

-- 
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/20130308/7becbbc1/attachment.html>


More information about the llvm-bugs mailing list