-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:codegenIR generation bugs: mangling, exceptions, etc.IR generation bugs: mangling, exceptions, etc.
Description
Bugzilla Link | 3566 |
Resolution | FIXED |
Resolved on | Feb 13, 2009 16:09 |
Version | unspecified |
OS | All |
Reporter | LLVM Bugzilla Contributor |
Extended Description
clang should support attribute((used)
ddunbar@ozzy:tmp$ cat t.c
static int a attribute((used)) = 52;
ddunbar@ozzy:tmp$ xcc -c t.c
ddunbar@ozzy:tmp$ nm t.o
nm: no name list
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillaclang:codegenIR generation bugs: mangling, exceptions, etc.IR generation bugs: mangling, exceptions, etc.