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

Reply via email to