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: [email protected]
ReportedBy: [email protected]
CC: [email protected]
clang should support __attribute__((used)
--
ddun...@ozzy:tmp$ cat t.c
static int a __attribute__((used)) = 52;
ddun...@ozzy:tmp$ xcc -c t.c
ddun...@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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs