[LLVMbugs] [Bug 3566] New: support __attribute__((used)

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Feb 12 15:47:40 PST 2009


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

           Summary: support __attribute__((used)
           Product: clang
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: LLVM Codegen
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: daniel at zuster.org
                CC: llvmbugs at cs.uiuc.edu


clang should support __attribute__((used)
--
ddunbar at ozzy:tmp$ cat t.c
static int a __attribute__((used)) = 52;
ddunbar at ozzy:tmp$ xcc -c t.c
ddunbar at ozzy:tmp$ nm t.o
nm: no name list
--


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list